From: Akim Demaille Date: Mon, 25 Feb 2002 18:02:06 +0000 (+0000) Subject: * src/bison.simple (yydebug): Fix the comment. X-Git-Tag: BISON-1_33a~3 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/28f490e38dc2c97f87addfbdc682affa0f07ee76?ds=sidebyside * src/bison.simple (yydebug): Fix the comment. From Bruce Lilly. --- diff --git a/ChangeLog b/ChangeLog index 661e9ca8..c4be352b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-25 Akim Demaille + + * src/bison.simple (yydebug): Fix the comment. + From Bruce Lilly. + 2002-02-21 Guerrero, Juan Manuel * src/getargs.c [AS_FILE_NAME] [__DJGPP__]: New macro STRLWR. diff --git a/THANKS b/THANKS index d00258b4..c6eef723 100644 --- a/THANKS +++ b/THANKS @@ -7,6 +7,7 @@ Albert Chin-A-Young china@thewrittenword.com Alexander Belopolsky alexb@rentec.com Andreas Schwab schwab@suse.de Arnold Robbins arnold@skeeve.com +Bruce Lilly blilly@erols.com Cris van Pelt cris@amf03054.office.wxs.nl Daniel Hagerty hag@gnu.org David J. MacKenzie djm@gnu.org diff --git a/src/bison.simple b/src/bison.simple index a60bd2b3..2eb4e378 100644 --- a/src/bison.simple +++ b/src/bison.simple @@ -209,10 +209,8 @@ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (0) -/* Nonzero means print parse trace. [The following comment makes no - sense to me. Could someone clarify it? --akim] Since this is - uninitialized, it does not stop multiple parsers from coexisting. - */ +/* Nonzero means print parse trace. It is left uninitialized so that + multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args)