* src/output.c (output_gram): Keep track of the hairy one.

This commit is contained in:
Marc Autret
2001-12-15 17:34:37 +00:00
parent 5ee2aaf2fa
commit 4ec8e00f60
2 changed files with 9 additions and 0 deletions

View File

@@ -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>
Make `make distcheck' work.

View File

@@ -197,6 +197,11 @@ output_gram (void)
XFREE (yyrhs);
}
#if 0
if (!semantic_parser)
obstack_sgrow (&table_obstack, "\n#endif\n");
#endif
}