bug-glibc
[Top][All Lists]
Advanced

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

Re: 3.0 wierdness


From: Finny Merrill
Subject: Re: 3.0 wierdness
Date: Wed, 19 Dec 2001 22:17:31 -0600 (CST)

On Wed, 19 Dec 2001, mike stump wrote:

> > Date: Wed, 19 Dec 2001 21:52:23 -0600 (CST)
> > From: Finny Merrill <address@hidden>
> > To: <address@hidden>
> 
> > printf is a macro? HOW does printf being a macro work ESPECIALLY
> > since we can no longer put preprocessor constants in printf
> > statements!
> 
> This isn't a gcc issue.  It is a library issue.
> 
> #undef printf
> 
> or
> 
> (printf)("...", ...)
> 
> but notice, in C++, last I looked, printf could not be a macro, nor
> can you #undef it, even if it were.
> 
in C99 it can't be a macro either




reply via email to

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