summaryrefslogtreecommitdiffstats
path: root/kjs/grammar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjs/grammar.cpp')
-rw-r--r--kjs/grammar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kjs/grammar.cpp b/kjs/grammar.cpp
index 03eb07876..9cc7a342f 100644
--- a/kjs/grammar.cpp
+++ b/kjs/grammar.cpp
@@ -1340,7 +1340,9 @@ while (0)
# define YYDPRINTF(Args) \
do { \
if (yydebug) \
+ { \
YYFPRINTF Args; \
+ } \
} while (0)
# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \