From: Paul Eggert Date: Sat, 5 Jan 2002 01:20:57 +0000 (+0000) Subject: * doc/bison.texinfo (Debugging): X-Git-Tag: BISON-1_30j~11 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a22d7bd8d69fe4b01473c8450b7e4318835c0101?ds=sidebyside * doc/bison.texinfo (Debugging): Remove YYSTDERR; it's no longer defined or used. Also, s/cstdio.h/cstdio/. --- diff --git a/ChangeLog b/ChangeLog index 1c58480b..55e7a36e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-01-04 Paul Eggert + + * doc/bison.texinfo (Debugging): + Remove YYSTDERR; it's no longer defined or used. + Also, s/cstdio.h/cstdio/. + 2002-01-03 Akim Demaille * src/files.h: Add it prototype.