]> git.saurik.com Git - bison.git/commit - data/lalr1.cc
Use #define to handle the %name-prefix.
authorAkim Demaille <akim@epita.fr>
Thu, 16 Dec 2004 09:06:08 +0000 (09:06 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 16 Dec 2004 09:06:08 +0000 (09:06 +0000)
commitc5b95ccf6b5d646850709952e02466053a3ccbca
tree2fe24f725e91dc9d819b984935ea29e768ac4e50
parent617a8f12271d677a2024c8955f1ef771bd94e37e
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.
ChangeLog
data/glr.c
data/lalr1.cc
data/yacc.c