From: Akim Demaille Date: Wed, 17 Nov 2004 16:12:46 +0000 (+0000) Subject: Remove an entry that was not actually committed, yet. X-Git-Tag: BISON-2_0~71 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/85c19f8819b0a8ea46cfb23f6420bb8c3380a724?hp=68e11668e4b4c3cd9564b6a920656ace3768ec59 Remove an entry that was not actually committed, yet. --- diff --git a/ChangeLog b/ChangeLog index 7c59bb30..c376a137 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,19 +5,6 @@ * tests/calc.at (_AT_DATA_CALC_Y): Ditto. * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise. -2004-10-28 Akim Demaille , - Alexandre Duret-Lutz - - * 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 * data/glr.c (yyloc_default): Remove; not used.