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 in Ada


> AFAIKT, adadecode.c is only linked into gnat1, so the ctype.h can be
> removed (since system.h already includes safe-ctype.h) and the single
> instance of isdigit converted to ISDIGIT.

adadecode.c is designed to be used anywhere an Ada decoder is needed,
so you need to keep the include <ctype.h> when not building gcc.

Arno


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