* 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:
Akim Demaille
2002-10-24 11:40:27 +00:00
parent f1886bb280
commit b526ee6116
5 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2002-10-24 Akim Demaille <akim@epita.fr>
* 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.
2002-10-24 Akim Demaille <akim@epita.fr>
* data/yacc.c (m4_int_type): New.