diff options
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdeio/yacc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdeio/tdeio/yacc.c b/tdeio/tdeio/yacc.c index a4f618769..b845d5cb8 100644 --- a/tdeio/tdeio/yacc.c +++ b/tdeio/tdeio/yacc.c @@ -579,7 +579,9 @@ while (0) # define YYDPRINTF(Args) \ do { \ if (yydebug) \ + { \ YYFPRINTF Args; \ + } \ } while (0) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ |