aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-15 18:36:36 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-15 18:36:36 -0400
commit59bff24a8079c5f9a0059f886d297dfb454df85e (patch)
tree5597495ae87d75277faddfcea34f11f7ae314503
parent253b5120f881ecee42da293be20089cf8d0e9981 (diff)
(alloca): Extern decl added for non-GNU compiler.
From-SVN: r9690
-rw-r--r--gcc/config/m68k/xm-mot3300.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h
index 6f85038ffa9..f0878920c18 100644
--- a/gcc/config/m68k/xm-mot3300.h
+++ b/gcc/config/m68k/xm-mot3300.h
@@ -1,6 +1,6 @@
/* Configuration for GNU C-compiler for Motorola 68000 family.
SysV68 Motorola 3300 Delta Series
- Copyright (C) 1994 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -35,6 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* do not use alloca from -lPW with cc, because function epilogues use %sp */
#ifndef __GNUC__
#define USE_C_ALLOCA
+extern char *alloca ();
#endif
/* Override part of the obstack macros. */