summaryrefslogtreecommitdiffstats
path: root/tdeprint/ppdparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/ppdparser.cpp')
-rw-r--r--tdeprint/ppdparser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tdeprint/ppdparser.cpp b/tdeprint/ppdparser.cpp
index 30df9195d..e54fea840 100644
--- a/tdeprint/ppdparser.cpp
+++ b/tdeprint/ppdparser.cpp
@@ -578,13 +578,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) \