generate #define for LL_LEXI in every file
This commit is contained in:
parent
953cf6a1f4
commit
76ea85dedd
@ -238,6 +238,7 @@ generate(f) p_file f; {
|
|||||||
register p_first ff;
|
register p_first ff;
|
||||||
int mustpop;
|
int mustpop;
|
||||||
|
|
||||||
|
fprintf(fpars, "#define LL_LEXI %s\n", lexical);
|
||||||
listcount = 0;
|
listcount = 0;
|
||||||
/* Generate first sets */
|
/* Generate first sets */
|
||||||
for (ff = f->f_firsts; ff; ff = ff->ff_next) {
|
for (ff = f->f_firsts; ff; ff = ff->ff_next) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user