mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
* src/output.c (output_gram): Keep track of the hairy one.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-12-15 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
|
* src/output.c (output_gram): Keep track of the hairy one.
|
||||||
|
|
||||||
2001-12-15 Akim Demaille <akim@epita.fr>
|
2001-12-15 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Make `make distcheck' work.
|
Make `make distcheck' work.
|
||||||
|
|||||||
@@ -197,6 +197,11 @@ output_gram (void)
|
|||||||
|
|
||||||
XFREE (yyrhs);
|
XFREE (yyrhs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
if (!semantic_parser)
|
||||||
|
obstack_sgrow (&table_obstack, "\n#endif\n");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user