diff --git a/util/LLgen/src/gencode.c b/util/LLgen/src/gencode.c index 516294711..f1e063d43 100644 --- a/util/LLgen/src/gencode.c +++ b/util/LLgen/src/gencode.c @@ -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 */