mirror of
https://github.com/mirror/make.git
synced 2025-02-07 02:00:16 +08:00
Formerly make.h.~41~
This commit is contained in:
parent
ba26d609a1
commit
3e08b8c56a
6
make.h
6
make.h
@ -136,11 +136,11 @@ extern void free ();
|
|||||||
#undef alloca
|
#undef alloca
|
||||||
#define alloca(n) __builtin_alloca (n)
|
#define alloca(n) __builtin_alloca (n)
|
||||||
#else /* Not GCC. */
|
#else /* Not GCC. */
|
||||||
#ifdef sparc
|
#if defined (sparc) || defined (HAVE_ALLOCA_H)
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#else /* Not sparc. */
|
#else /* Not sparc or HAVE_ALLOCA_H. */
|
||||||
extern char *alloca ();
|
extern char *alloca ();
|
||||||
#endif /* sparc. */
|
#endif /* sparc or HAVE_ALLOCA_H. */
|
||||||
#endif /* GCC. */
|
#endif /* GCC. */
|
||||||
|
|
||||||
#ifndef iAPX286
|
#ifndef iAPX286
|
||||||
|
Loading…
Reference in New Issue
Block a user