]> git.saurik.com Git - bison.git/commitdiff
This ChangeLog entry belongs to the previous patch.
authorAkim Demaille <akim@epita.fr>
Wed, 17 Nov 2004 14:13:38 +0000 (14:13 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 17 Nov 2004 14:13:38 +0000 (14:13 +0000)
ChangeLog

index 02f4471e37d5a66f45563dd9fb5b21dc8421feb6..1db1da514c8c8c4c66c371724de5623341c1cfa9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-10-28  Akim Demaille  <akim@epita.fr>,
+           Alexandre Duret-Lutz <adl@gnu.org>
+
+       * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
+       changes.
+       (YYCDEBUG): Adjust.
+       Use it instead of cdebug_.
+       (Parser::debug_stream, Parser::set_debug_stream): New.
+       (Parser::symprint_): Define cdebug_ for temporary backward
+       compatibility.
+       * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
+       debug_stream ().
+
 2004-10-27  Paul Eggert  <eggert@cs.ucla.edu>
 
        * data/glr.c (yyloc_default): Remove; not used.