mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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:
@@ -156,7 +156,8 @@ m4_popdef([b4_dollar_dollar])dnl
|
||||
])
|
||||
|
||||
|
||||
|
||||
# We do want M4 expansion after # for CPP macros.
|
||||
m4_changecom()
|
||||
m4_divert(0)dnl
|
||||
#output "b4_output_parser_name"
|
||||
b4_copyright([Skeleton parser for Yacc-like parsing with Bison],
|
||||
|
||||
Reference in New Issue
Block a user