From 49add53f4eea9f1af076b840170f9f539a655e24 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 12 Nov 2003 21:30:24 +0000 Subject: adadecode.c: Use <> form of include for ctype.h. * adadecode.c: Use <> form of include for ctype.h. * sysdep.c [IN_RTS]: Use <> form of include for time.h. From-SVN: r73512 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/adadecode.c | 2 +- gcc/ada/sysdep.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc/ada') diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 938ae5e..66250ba 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,10 @@ 2003-11-12 Rainer Orth + * adadecode.c: Use <> form of include for ctype.h. + * sysdep.c [IN_RTS]: Use <> form of include for time.h. + +2003-11-12 Rainer Orth + * 5gsystem.ads (Functions_Return_By_DSP): Set to False. Works around PR middle-end/6552. diff --git a/gcc/ada/adadecode.c b/gcc/ada/adadecode.c index 8f68512..ef77c5f 100644 --- a/gcc/ada/adadecode.c +++ b/gcc/ada/adadecode.c @@ -38,7 +38,7 @@ #define PARMS(ARGS) ARGS #endif -#include "ctype.h" +#include #include "adadecode.h" static void add_verbose (const char *, char *); diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c index a0338b6..9ec94ea 100644 --- a/gcc/ada/sysdep.c +++ b/gcc/ada/sysdep.c @@ -44,7 +44,7 @@ #include "tsystem.h" #include #include -#include "time.h" +#include #ifdef VMS #include #endif -- cgit v1.1