X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f939fc12fea8a86862698dd07ff4d972ed99083d..c267ffbced7fba6cb1b5bfb849482398667e190c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 0d891aa3..da7b94c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-02-24 Paul Eggert + + * data/glr.c (yy_reduce_print): yylineno -> yylno, + to avoid collision with flex use of yylineno. + Problem reported by Bruce Lilly in + . + * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise. + * data/yacc.c (yy_reduce_print): Likewise. + + * config/depcomp: Sync with Automake 1.7.3. + 2003-02-21 Akim Demaille * data/lalr1.cc: Use temporary variables instead of casts to @@ -24,7 +35,7 @@ and Doxygen'ed documentation of class Position. (location.hh): Use it. Document a` la Doxygen. - With the help of Benoît Perrot. + With the help of Benoit Perrot. 2003-02-20 Akim Demaille @@ -6748,7 +6759,7 @@ * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and its argument. - Reported by Peter Hámorský. + Reported by Peter Hamorsky. 2001-12-05 Akim Demaille