From c52c47b4cd9180fc109d0ccb1a05e0729cf301d5 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 18 Sep 1997 21:30:32 -0600 Subject: [PATCH] Forgot to commit in last change. From-SVN: r15558 --- gcc/config/mips/xm-mips.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h index 6c9df7c0f28..d8eb4b59021 100644 --- a/gcc/config/mips/xm-mips.h +++ b/gcc/config/mips/xm-mips.h @@ -64,7 +64,11 @@ Boston, MA 02111-1307, USA. */ #ifndef __GNUC__ #define USE_C_ALLOCA +#ifdef __STDC__ +extern void * alloca (); +#else extern char * alloca (); +#endif /* for the emacs version of alloca */ #define STACK_DIRECTION -1 -- 2.30.2