mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Adjust
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
2001-08-28 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/output.c (output_actions): Clean up.
|
||||
(output_gram): CPP-out useless code.
|
||||
* src/reader.c (reader): Clean up, CPP-out useless code.
|
||||
|
||||
2001-08-28 Pascal Bart <pascal.bart@epita.fr>
|
||||
|
||||
12
src/output.c
12
src/output.c
@@ -190,8 +190,10 @@ output_gram (void)
|
||||
XFREE (yyrhs);
|
||||
}
|
||||
|
||||
/* if (!semantic_parser && !no_parser_flag)
|
||||
obstack_sgrow (&table_obstack, "\n#endif\n"); */
|
||||
#if 0
|
||||
if (!semantic_parser && !no_parser_flag)
|
||||
obstack_sgrow (&table_obstack, "\n#endif\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -938,12 +940,10 @@ output_actions (void)
|
||||
|
||||
sort_actions ();
|
||||
pack_table ();
|
||||
/* FIXME: See if this is useful. */
|
||||
/* obstack_1grow (&table_obstack, '\n'); */
|
||||
|
||||
output_base ();
|
||||
output_table ();
|
||||
/* FIXME: See if this is useful. */
|
||||
/* obstack_1grow (&table_obstack, '\n'); */
|
||||
|
||||
output_check ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user