From: ceriel Date: Thu, 28 Feb 1991 14:48:17 +0000 (+0000) Subject: fixed bug with -j option X-Git-Tag: release-5-5~1217 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1903555355719cf8b6806785d1fe21772740c0b2;p=ack.git fixed bug with -j option --- 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