diff options
Diffstat (limited to 'tdehtml/css')
-rw-r--r-- | tdehtml/css/parser.cpp | 4 |
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) \ |