Commit 49add53f by Rainer Orth Committed by Rainer Orth

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
parent 94bae1cc
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.
Works around PR middle-end/6552.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment