From: Richard Kenner Date: Wed, 28 Jun 1995 20:10:43 +0000 (-0400) Subject: (alloca): Extern decl added for non-GNU compiler. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3764914519e249d7b33b9bc5b4208384fbd7558;p=gcc.git (alloca): Extern decl added for non-GNU compiler. From-SVN: r10071 --- diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h index 0517530013f..9dbd41ed7ba 100644 --- a/gcc/config/rs6000/xm-rs6000.h +++ b/gcc/config/rs6000/xm-rs6000.h @@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA. */ /* If not compiled with GNU C, use the C alloca and use only int bitfields. */ #ifndef __GNUC__ #define USE_C_ALLOCA +extern char *alloca (); #define ONLY_INT_FIELDS #endif