summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-02-25 18:02:06 +0000
committerAkim Demaille <akim@epita.fr>2002-02-25 18:02:06 +0000
commit28f490e38dc2c97f87addfbdc682affa0f07ee76 (patch)
treeef42f3a02e44f3470d14f83c0e8c83d1565f6845
parent48dccdf81aa177999777af788c0bfa551b1b6665 (diff)
downloadbison-28f490e38dc2c97f87addfbdc682affa0f07ee76.tar.gz
* src/bison.simple (yydebug): Fix the comment.
From Bruce Lilly.
-rw-r--r--ChangeLog5
-rw-r--r--THANKS1
-rw-r--r--src/bison.simple6
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 661e9ca8..c4be352b 100644
--- 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 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)