mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-06-08 16:52:35 +00:00
8a86eef0fa
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.