On Sun, Oct 02, 2005 at 02:27:04PM -0700, Paul Eggert wrote: > * data/c.m4 (yysymprint): Prefer puts and putc to printf. > * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros. > Prefer them to YYFPRINTF and YYDPRINTF if either will do, > and similarly for puts and putc and printf. > * data/yacc.c: Likewise.
Don't these make it unsafe to use Bison-generated parsers in threaded programs? (Not that I ever did that. Just wondering.)
