From: ceriel Date: Fri, 17 Nov 1989 13:15:48 +0000 (+0000) Subject: generate ; after label X-Git-Tag: release-5-5~2065 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9ad5d4b5e0b7ea82516841b7fdedf06eaaa8769c;p=ack.git generate ; after label --- 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 */