mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
8c5f7dc58a
commit
2931b6d47f
|
@ -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>
|
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. */
|
||||||
#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 @@
|
||||||
#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. */
|
||||||
#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
|
||||||
|
|
Loading…
Reference in New Issue