]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
Update to latest gnulib and gettext versions.
[bison.git] / data / lalr1.cc
index 000cd0d1efee39aa44cde10fbddbfd889ae58ccb..25b9160cb87b728ecc2360e17a2721fae6c3a4ea 100644 (file)
@@ -336,9 +336,7 @@ b4_defines_if([
 #define YYUSE(e) ((void) (e))
 
 /* A pseudo ostream that takes yydebug_ into account.  */
-# define YYCDEBUG                                                      \
-  for (bool yydebugcond_ = yydebug_; yydebugcond_; yydebugcond_ = false)       \
-    (*yycdebug_)
+# define YYCDEBUG if (yydebug_) (*yycdebug_)
 
 /* Enable debugging if requested.  */
 #if YYDEBUG