mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/output.c (output_skeleton): Don't disable M4sugar comments
too soon: it results in comments being expanded. * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the first output.
This commit is contained in:
@@ -527,10 +527,6 @@ output_skeleton (void)
|
||||
error (EXIT_FAILURE, errno, "fdopen");
|
||||
|
||||
/* Output the definitions of all the muscles. */
|
||||
|
||||
/* There are no comments, especially not `#': we do want M4 expansion
|
||||
after `#': think of CPP macros! */
|
||||
fputs ("m4_changecom()\n", out);
|
||||
fputs ("m4_init()\n", out);
|
||||
|
||||
user_actions_output (out);
|
||||
|
||||
Reference in New Issue
Block a user