From 2931b6d47fda346b7c31471a172e62c7727965a4 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sat, 7 Nov 1998 13:03:59 +0000 Subject: choose-temp.c: Don't include gansidecl.h. * choose-temp.c: Don't include gansidecl.h. * mkstemp.c: Likewise. * pexecute.c: Likewise. From-SVN: r23560 --- libiberty/ChangeLog | 6 ++++++ libiberty/choose-temp.c | 1 - libiberty/mkstemp.c | 1 - libiberty/pexecute.c | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) (limited to 'libiberty') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f2b5105..5bf2346 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi + + * choose-temp.c: Don't include gansidecl.h. + * mkstemp.c: Likewise. + * pexecute.c: Likewise. + Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index 6f62f8e..c656614 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */ #endif /* IN_GCC */ #ifdef IN_GCC -#include "gansidecl.h" extern char *xmalloc (); extern int mkstemps (); #else diff --git a/libiberty/mkstemp.c b/libiberty/mkstemp.c index 6d1b40e..91cc3eb 100644 --- a/libiberty/mkstemp.c +++ b/libiberty/mkstemp.c @@ -39,7 +39,6 @@ #include "ansidecl.h" #else #include "system.h" -#include "gansidecl.h" #endif /* We need to provide a type for gcc_uint64_t. */ diff --git a/libiberty/pexecute.c b/libiberty/pexecute.c index b82f987..eb1a57d 100644 --- a/libiberty/pexecute.c +++ b/libiberty/pexecute.c @@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */ #endif /* VMS */ #ifdef IN_GCC -#include "gansidecl.h" /* ??? Need to find a suitable header file. */ #define PEXECUTE_FIRST 1 #define PEXECUTE_LAST 2 -- cgit v1.1