mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
Use #define to handle the %name-prefix.
* data/glr.c, data/yacc.c: Comment changes. * data/lalr1.cc (yylex): Use #define to select the name of yylex, so that one can refer to yylex in the parser file, and have it renamed, as is the case with other skeletons.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2004-12-16 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Use #define to handle the %name-prefix.
|
||||
|
||||
* data/glr.c, data/yacc.c: Comment changes.
|
||||
* data/lalr1.cc (yylex): Use #define to select the name of yylex,
|
||||
so that one can refer to yylex in the parser file, and have it
|
||||
renamed, as is the case with other skeletons.
|
||||
|
||||
2004-12-16 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Move lalr1.cc internals into yy*.
|
||||
|
||||
Reference in New Issue
Block a user