From: Jeff Law Date: Fri, 19 Sep 1997 03:30:32 +0000 (-0600) Subject: Forgot to commit in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c52c47b4cd9180fc109d0ccb1a05e0729cf301d5;p=gcc.git Forgot to commit in last change. From-SVN: r15558 --- 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