X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/617a8f12271d677a2024c8955f1ef771bd94e37e..c5b95ccf6b5d646850709952e02466053a3ccbca:/ChangeLog diff --git a/ChangeLog b/ChangeLog index aa070b79..11f6835a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-12-16 Akim Demaille + + 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 Move lalr1.cc internals into yy*.