fixed bug with -j option
This commit is contained in:
parent
e61d1b425d
commit
1903555355
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue