From 1903555355719cf8b6806785d1fe21772740c0b2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 28 Feb 1991 14:48:17 +0000 Subject: [PATCH] fixed bug with -j option --- 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 89e59026b..bc2edeadf 100644 --- a/util/LLgen/src/gencode.c +++ b/util/LLgen/src/gencode.c @@ -1107,7 +1107,7 @@ out_list(tokenlist, listno, casecnt) fprintf(f, "%c%d,", i % 10 == 0 ? '\n': ' ', tokenlist[i]); } fputs(c_arrend, f); - fprintf(f, "switch(LL%d_tklist[LLcsymb]) {\n", listcount); + fprintf(f, "switch(LL%d_tklist[LLcsymb]) {\n", listno); } STATIC -- 2.34.1