X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8a86eef0fa29d277dc0eae1892ea94c48c3e2ba2..ce3448d5b9133a0e6d27d6d36d29f4f7a4316dc7:/ChangeLog diff --git a/ChangeLog b/ChangeLog index f1ff2fb8..9c261894 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-07-02 Joel E. Denny + + Fix C++ test cases after recent Gnulib changes. Discussed starting at + . + * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's + definition in order to avoid Gnulib headers since we don't use config.h + here. + * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR + rather than AT_DATA so that config.h is included. + 2007-07-01 Joel E. Denny * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF