X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/23eb2a692f2e966c840d5f953de4bf8e26d71225..db7e5eb5ef7500d9a4dd98a67909d0cf9fc3b025:/ChangeLog diff --git a/ChangeLog b/ChangeLog index bd4ebbd8..f57b40ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-07-12 Paul Eggert + + * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)' + rather than a for-loop that declares a local bool variable. This + should work around a compatibility problem with a Cray x1e C++ + compiler reported by Hung Nguyen in + . + The for-loop was introduced in the 2004-11-17 change but I don't + know why it was needed. + +2006-07-12 Akim Demaille + + * data/c.m4: Comment changes. + 2006-07-10 Akim Demaille * src/complain.c (error_message, ERROR_MESSAGE): New. @@ -4069,7 +4083,7 @@ * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings. -2004-10-28 Akim Demaille , +2004-11-17 Akim Demaille , Alexandre Duret-Lutz * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow