* src/bison.simple (yydebug): Fix the comment.

From Bruce Lilly.
This commit is contained in:
Akim Demaille
2002-02-25 18:02:06 +00:00
parent 48dccdf81a
commit 28f490e38d
3 changed files with 8 additions and 4 deletions
+5
View File
@@ -1,3 +1,8 @@
2002-02-25 Akim Demaille <[email protected]>
* src/bison.simple (yydebug): Fix the comment.
From Bruce Lilly.
2002-02-21 Guerrero, Juan Manuel <[email protected]> 2002-02-21 Guerrero, Juan Manuel <[email protected]>
* src/getargs.c [AS_FILE_NAME] [__DJGPP__]: New macro STRLWR. * src/getargs.c [AS_FILE_NAME] [__DJGPP__]: New macro STRLWR.
+1
View File
@@ -7,6 +7,7 @@ Albert Chin-A-Young [email protected]
Alexander Belopolsky [email protected] Alexander Belopolsky [email protected]
Andreas Schwab [email protected] Andreas Schwab [email protected]
Arnold Robbins [email protected] Arnold Robbins [email protected]
Bruce Lilly [email protected]
Cris van Pelt [email protected] Cris van Pelt [email protected]
Daniel Hagerty [email protected] Daniel Hagerty [email protected]
David J. MacKenzie [email protected] David J. MacKenzie [email protected]
+2 -4
View File
@@ -209,10 +209,8 @@ do { \
if (yydebug) \ if (yydebug) \
YYFPRINTF Args; \ YYFPRINTF Args; \
} while (0) } while (0)
/* Nonzero means print parse trace. [The following comment makes no /* Nonzero means print parse trace. It is left uninitialized so that
sense to me. Could someone clarify it? --akim] Since this is multiple parsers can coexist. */
uninitialized, it does not stop multiple parsers from coexisting.
*/
int yydebug; int yydebug;
#else /* !YYDEBUG */ #else /* !YYDEBUG */
# define YYDPRINTF(Args) # define YYDPRINTF(Args)