generate #define for LL_LEXI in every file
This commit is contained in:
parent
7b93233386
commit
71834855e8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue