mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
* src/output.c (output_rule_data): Don't output NULL, it might
not be defined yet.
This commit is contained in:
@@ -452,7 +452,7 @@ output_rule_data (void)
|
||||
j += strsize;
|
||||
}
|
||||
/* add a NULL entry to list of tokens */
|
||||
obstack_sgrow (&table_obstack, "NULL\n};\n");
|
||||
obstack_sgrow (&table_obstack, "0\n};\n");
|
||||
|
||||
if (!token_table_flag && !no_parser_flag)
|
||||
obstack_sgrow (&table_obstack, "#endif\n\n");
|
||||
|
||||
Reference in New Issue
Block a user