summaryrefslogtreecommitdiffstats
path: root/tdehtml/css/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/css/parser.cpp')
-rw-r--r--tdehtml/css/parser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tdehtml/css/parser.cpp b/tdehtml/css/parser.cpp
index 6fa18f17c..f664f43cd 100644
--- a/tdehtml/css/parser.cpp
+++ b/tdehtml/css/parser.cpp
@@ -996,13 +996,17 @@ while (0)
# define YYDPRINTF(Args) \
do { \
if (yydebug) \
+ { \
YYFPRINTF Args; \
+ } \
} while (0)
# define YYDSYMPRINT(Args) \
do { \
if (yydebug) \
+ { \
yysymprint Args; \
+ } \
} while (0)
# define YYDSYMPRINTF(Title, Token, Value, Location) \