From a3764914519e249d7b33b9bc5b4208384fbd7558 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 28 Jun 1995 16:10:43 -0400 Subject: [PATCH] (alloca): Extern decl added for non-GNU compiler. From-SVN: r10071 --- gcc/config/rs6000/xm-rs6000.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2