]> git.saurik.com Git - bison.git/commitdiff
* src/bison.simple (yydebug): Fix the comment.
authorAkim Demaille <akim@epita.fr>
Mon, 25 Feb 2002 18:02:06 +0000 (18:02 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 25 Feb 2002 18:02:06 +0000 (18:02 +0000)
From Bruce Lilly.

ChangeLog
THANKS
src/bison.simple

index 661e9ca843aee903a0073b273d7f50cbad715c80..c4be352bc43cde8682164d82bf907535cc441823 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-25  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.simple (yydebug): Fix the comment.
+       From Bruce Lilly.
+
 2002-02-21  Guerrero, Juan Manuel  <st001906@hrz1.hrz.tu-darmstadt.de>
 
        * src/getargs.c [AS_FILE_NAME] [__DJGPP__]: New macro STRLWR.
diff --git a/THANKS b/THANKS
index d00258b43a65c66aa292de16174e9caafcd410f0..c6eef723e6deff6ec5c0cbdf1734bb7f009efe3b 100644 (file)
--- 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
index a60bd2b325b9900ab393d8c6159db3dbe2fd2ffd..2eb4e3787f8455f6573587558eb6eaa11f2a79c3 100644 (file)
@@ -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)