From ff77dabbbe9012e0db883caeae94c09587bfe902 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 51629471..f1e063d4 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 */