mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* symbols.c (scm_mem2symbol): Put a empty statement after the
next_symbol label. This is mandated by ANSI, appearantly.
This commit is contained in:
parent
018008c17f
commit
8d5a2737c6
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ scm_mem2symbol (const char *name, scm_sizet len)
|
||||||
return sym;
|
return sym;
|
||||||
}
|
}
|
||||||
next_symbol:
|
next_symbol:
|
||||||
|
;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue