From 9ad5d4b5e0b7ea82516841b7fdedf06eaaa8769c Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 17 Nov 1989 13:15:48 +0000 Subject: [PATCH] generate ; after label --- util/LLgen/src/gencode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1