aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-09-18 21:30:32 -0600
committerJeff Law <law@gcc.gnu.org>1997-09-18 21:30:32 -0600
commitc52c47b4cd9180fc109d0ccb1a05e0729cf301d5 (patch)
treed7e22dc36e8428e2efee04f8a8ca975e8b739e61
parent185110146ba51ce6e6506e405c2677e127338230 (diff)
downloadgcc-c52c47b4cd9180fc109d0ccb1a05e0729cf301d5.zip
gcc-c52c47b4cd9180fc109d0ccb1a05e0729cf301d5.tar.gz
gcc-c52c47b4cd9180fc109d0ccb1a05e0729cf301d5.tar.bz2
Forgot to commit in last change.
From-SVN: r15558
-rw-r--r--gcc/config/mips/xm-mips.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h
index 6c9df7c..d8eb4b5 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