generate ; after label
This commit is contained in:
parent
5300633c2b
commit
9ad5d4b5e0
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ alternation(pp, safety, mustscan, mustpop, lb)
|
|||
mustpop = NOPOP;
|
||||
}
|
||||
if (unsafe && hulp1 == lb) {
|
||||
fprintf(f,"L_%d: \n", hulp1);
|
||||
fprintf(f,"L_%d: ;\n", hulp1);
|
||||
}
|
||||
if (safety == SAFE) {
|
||||
/* check if we can avoid to generate the switch */
|
||||
|
|
Loading…
Reference in a new issue