Forgot to commit in last change.
authorJeff Law <law@gcc.gnu.org>
Fri, 19 Sep 1997 03:30:32 +0000 (21:30 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Sep 1997 03:30:32 +0000 (21:30 -0600)
From-SVN: r15558

gcc/config/mips/xm-mips.h

index 6c9df7c..d8eb4b5 100644 (file)
@@ -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