X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/95f22ad2a777be59535616142910f8914dac6f26..7bbc8cb035ced2926f92d5784424de975d6c1a07:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 629606d2..7c6455c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-01-23 Paul Eggert + + * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands. + Problem reported by twlevo@xs4all.nl. + +2005-01-21 Paul Eggert + + * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register" + keyword; it's not needed with modern compilers, and it doesn't + affect correctness with older compilers. Suggested by + twlevo@xs4all.nl. + 2005-01-17 Paul Eggert * data/glr.c (yyuserAction): Add "default: break;" case to pacify