From: Richard Kenner Date: Mon, 15 May 1995 22:36:36 +0000 (-0400) Subject: (alloca): Extern decl added for non-GNU compiler. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59bff24a8079c5f9a0059f886d297dfb454df85e;p=gcc.git (alloca): Extern decl added for non-GNU compiler. From-SVN: r9690 --- 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. */