This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: signed vs unsigned pointer warning


Jamie Lokier <jamie@shareable.org> wrote:
> Or is there a rule that is*(EOF) must return 0?

Yes.  The standard specifies the result of each is* macro to be 1 iff
the argument is a certain kind of character.  EOF is not any kind of
character.


paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]