bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: glr.c YYFPUTC and YYFPUTS macros


From: Paul Eggert
Subject: Re: glr.c YYFPUTC and YYFPUTS macros
Date: Mon, 03 Oct 2005 13:32:56 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden writes:

> now there are multiple lower level routines used for output
> instead of only one printf (which has some safety features),

In my experience printf is less safe than putc fputs etc., since
printf isn't type-checked well.

> maybe there are more possible issues if parsers are used on
> embedded GNU/LINUX devices with exotic c libraries.

Sorry, I still don't follow this point.  Such parsers, if they define
YYFPRINTF, will still work as before.  So what are the issues?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]