1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +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:
Marius Vollmer 2001-02-15 15:39:49 +00:00
parent 018008c17f
commit 8d5a2737c6

View file

@ -116,6 +116,7 @@ scm_mem2symbol (const char *name, scm_sizet len)
return sym;
}
next_symbol:
;
}
}