From 3e08b8c56a56a0ba13cb710aa8e43367163fd123 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 29 Jan 1992 23:54:37 +0000 Subject: Formerly make.h.~41~ --- make.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make.h') diff --git a/make.h b/make.h index 1a78485..37c64c2 100644 --- a/make.h +++ b/make.h @@ -136,11 +136,11 @@ extern void free (); #undef alloca #define alloca(n) __builtin_alloca (n) #else /* Not GCC. */ -#ifdef sparc +#if defined (sparc) || defined (HAVE_ALLOCA_H) #include -#else /* Not sparc. */ +#else /* Not sparc or HAVE_ALLOCA_H. */ extern char *alloca (); -#endif /* sparc. */ +#endif /* sparc or HAVE_ALLOCA_H. */ #endif /* GCC. */ #ifndef iAPX286 -- cgit v1.2.3