generate ; after label

This commit is contained in:
ceriel 1989-11-17 13:15:48 +00:00
parent 5300633c2b
commit 9ad5d4b5e0

View file

@ -545,7 +545,7 @@ alternation(pp, safety, mustscan, mustpop, lb)
mustpop = NOPOP; mustpop = NOPOP;
} }
if (unsafe && hulp1 == lb) { if (unsafe && hulp1 == lb) {
fprintf(f,"L_%d: \n", hulp1); fprintf(f,"L_%d: ;\n", hulp1);
} }
if (safety == SAFE) { if (safety == SAFE) {
/* check if we can avoid to generate the switch */ /* check if we can avoid to generate the switch */