On Mon, Oct 03, 2005 at 10:10:21AM +0200, Alexandre Duret-Lutz wrote: > 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.)
No, because these don't include unlocked-io.h. My neurons finally connected (or so I think).
