This is the mail archive of the gcc-patches@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: 3.4 PATCH: Don't use #include "file.h" for system headers inAda


Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:

> I noticed that two source files in the gcc/ada subdir use the "" form of
> #include for system headers.  This is just confusing and shouldn't be
> necessary.

ctype.h should not be used at all in GCC, unless this is part of the
Ada runtime; use safe-ctype.h instead.

zw


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