generate #define for LL_LEXI in every file

This commit is contained in:
ceriel 1988-06-24 14:21:07 +00:00
parent 7b93233386
commit 71834855e8

View file

@ -238,6 +238,7 @@ generate(f) p_file f; {
register p_first ff;
int mustpop;
fprintf(fpars, "#define LL_LEXI %s\n", lexical);
listcount = 0;
/* Generate first sets */
for (ff = f->f_firsts; ff; ff = ff->ff_next) {