From: kenner Date: Mon, 15 May 1995 22:36:36 +0000 (+0000) Subject: (alloca): Extern decl added for non-GNU compiler. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe616d568c6783b2a2c71a9549d6c6161223befe;p=platform%2Fupstream%2Flinaro-gcc.git (alloca): Extern decl added for non-GNU compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9690 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/config/m68k/xm-mot3300.h b/gcc/config/m68k/xm-mot3300.h index 6f85038..f087892 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. */