]> git.saurik.com Git - bison.git/commitdiff
(yytname): Do not assume that the user defines YYDEBUG to a properly
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2001 19:41:46 +0000 (19:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2001 19:41:46 +0000 (19:41 +0000)
parenthesized expression.

src/bison.simple

index 7b6c079f57f9119889c10cae7ba367fe538660f7..de23187a188738991d2f9e47f0a84b0e358bf407 100644 (file)
@@ -228,7 +228,7 @@ static const short yyrline[] =
 };
 #endif
 
-#if YYDEBUG || YYERROR_VERBOSE
+#if (YYDEBUG) || YYERROR_VERBOSE
 /* YYTNME[TOKEN_NUM] -- String name of the token TOKEN_NUM.  */
 static const char *const yytname[] =
 {