aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-11-07 13:03:59 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-11-07 13:03:59 +0000
commit2931b6d47fda346b7c31471a172e62c7727965a4 (patch)
tree5ea5e2388eb3c5d802fe889d992910949eb74949 /libiberty
parent8c5f7dc58a33a908dc3e25fdf9992260bc3f1262 (diff)
downloadgcc-2931b6d47fda346b7c31471a172e62c7727965a4.zip
gcc-2931b6d47fda346b7c31471a172e62c7727965a4.tar.gz
gcc-2931b6d47fda346b7c31471a172e62c7727965a4.tar.bz2
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
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog6
-rw-r--r--libiberty/choose-temp.c1
-rw-r--r--libiberty/mkstemp.c1
-rw-r--r--libiberty/pexecute.c1
4 files changed, 6 insertions, 3 deletions
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 <ghazi@caip.rutgers.edu>
+
+ * choose-temp.c: Don't include gansidecl.h.
+ * mkstemp.c: Likewise.
+ * pexecute.c: Likewise.
+
Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* 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