fixed bug with -j option
This commit is contained in:
parent
13f45228e5
commit
c6f1209725
@ -1107,7 +1107,7 @@ out_list(tokenlist, listno, casecnt)
|
|||||||
fprintf(f, "%c%d,", i % 10 == 0 ? '\n': ' ', tokenlist[i]);
|
fprintf(f, "%c%d,", i % 10 == 0 ? '\n': ' ', tokenlist[i]);
|
||||||
}
|
}
|
||||||
fputs(c_arrend, f);
|
fputs(c_arrend, f);
|
||||||
fprintf(f, "switch(LL%d_tklist[LLcsymb]) {\n", listcount);
|
fprintf(f, "switch(LL%d_tklist[LLcsymb]) {\n", listno);
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC
|
STATIC
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user