Commit 2931b6d4 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 8c5f7dc5
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> 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 * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining
......
...@@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */
#endif /* IN_GCC */ #endif /* IN_GCC */
#ifdef IN_GCC #ifdef IN_GCC
#include "gansidecl.h"
extern char *xmalloc (); extern char *xmalloc ();
extern int mkstemps (); extern int mkstemps ();
#else #else
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#include "ansidecl.h" #include "ansidecl.h"
#else #else
#include "system.h" #include "system.h"
#include "gansidecl.h"
#endif #endif
/* We need to provide a type for gcc_uint64_t. */ /* We need to provide a type for gcc_uint64_t. */
......
...@@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */
#endif /* VMS */ #endif /* VMS */
#ifdef IN_GCC #ifdef IN_GCC
#include "gansidecl.h"
/* ??? Need to find a suitable header file. */ /* ??? Need to find a suitable header file. */
#define PEXECUTE_FIRST 1 #define PEXECUTE_FIRST 1
#define PEXECUTE_LAST 2 #define PEXECUTE_LAST 2
......
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