------- Comment #4 from jakub at gcc dot gnu dot org  2008-01-08 08:49 -------
The easiest fix is to use (p.fprintf)(&p, "%i", 123); instead of
p.fprintf(&p, "%i", 123); whenever using some identifier which POSIX allows to
be defined as function-like macro, BTW.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34710

Reply via email to