mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Clean up yacc.c a little.
* data/yacc.c: Clean up M4 for readability, and make output
whitespace more consistent. For the main parse function
comment, instead of saying "yyparse or yypush_parse", say either
"yyparse" or "yypush_parse" depending on which it actually is.
(cherry picked from commit bb31eb56ab)
Conflicts:
src/parse-gram.c
src/parse-gram.h
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2009-09-10 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
Clean up yacc.c a little.
|
||||
* data/yacc.c: Clean up M4 for readability, and make output
|
||||
whitespace more consistent. For the main parse function
|
||||
comment, instead of saying "yyparse or yypush_parse", say either
|
||||
"yyparse" or "yypush_parse" depending on which it actually is.
|
||||
|
||||
2009-09-03 Joel E. Denny <jdenny@clemson.edu>
|
||||
|
||||
Complain about unused %define variables and %code qualifiers.
|
||||
|
||||
Reference in New Issue
Block a user