From a22d7bd8d69fe4b01473c8450b7e4318835c0101 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 5 Jan 2002 01:20:57 +0000 Subject: [PATCH] * doc/bison.texinfo (Debugging): Remove YYSTDERR; it's no longer defined or used. Also, s/cstdio.h/cstdio/. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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.