X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/19ad326be4a09a1c7ea6ce8bea5adaf90d1f8fae..c826013fb38c98861ef0fc5d4dc3fb3fb4f555be:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4b9bb5ee..63379f55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2010-05-04 Akim Demaille + + tests: enhance AT_SYNCLINES_COMPILE. + * tests/synclines.at (AT_SYNCLINES_COMPILE): More distcc patterns. + (AT_TEST_SYNCLINE): Remove GCC 4.5 protection which is already + taken care of in AT_SYNCLINES_COMPILE. + +2010-05-04 Akim Demaille + + lalr1.cc: don't generate location.hh when location_type is defined + * data/bison.m4 (b4_percent_define_get): Accept a default value. + * data/c++.m4: Do not provide a default value for the %define + variable location_type, rather, use b4_percent_define_get with a + default argument where its value is needed. + * data/lalr1.cc: Do not load location.cc (which outputs both + location.hh and position.hh) if the user defined location_type. + Do not include location.hh either. + 2010-05-04 Akim Demaille lalr1.cc: minor refactoring.