* data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF

instead of fprintf.  Guard these functions with #if YYDEBUG instead of
#ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
and so that YYFPRINTF is guaranteed to be defined here.
This commit is contained in:
Joel E. Denny
2007-07-02 02:07:20 +00:00
parent 71b61d4db5
commit 8a86eef0fa
3 changed files with 33 additions and 21 deletions

View File

@@ -1,3 +1,10 @@
2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
* data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
instead of fprintf. Guard these functions with #if YYDEBUG instead of
#ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
and so that YYFPRINTF is guaranteed to be defined here.
2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
* src/muscle_tab.c (muscle_percent_define_invalid_value): Replace