mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 08:50:26 +08:00
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
This commit is contained in:
parent
94bae1cc27
commit
49add53f4e
@ -1,3 +1,8 @@
|
||||
2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* 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 <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* 5gsystem.ads (Functions_Return_By_DSP): Set to False.
|
||||
|
@ -38,7 +38,7 @@
|
||||
#define PARMS(ARGS) ARGS
|
||||
#endif
|
||||
|
||||
#include "ctype.h"
|
||||
#include <ctype.h>
|
||||
#include "adadecode.h"
|
||||
|
||||
static void add_verbose (const char *, char *);
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "tsystem.h"
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include "time.h"
|
||||
#include <time.h>
|
||||
#ifdef VMS
|
||||
#include <unixio.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user