* 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

View 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)