From 0f9b49419b3fc9bef4e7c4e78b18ac5ea5ec6741 Mon Sep 17 00:00:00 2001 From: kenner Date: Sat, 26 Jun 1993 15:43:50 +0000 Subject: Remove #define of alloca to __builtin_alloca. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4756 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/elxsi/xm-elxsi.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gcc/config/elxsi') diff --git a/gcc/config/elxsi/xm-elxsi.h b/gcc/config/elxsi/xm-elxsi.h index 86bfca11ebb..9ac8dc83eee 100644 --- a/gcc/config/elxsi/xm-elxsi.h +++ b/gcc/config/elxsi/xm-elxsi.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for Elxsi. - Copyright (C) 1987 Free Software Foundation, Inc. + Copyright (C) 1987, 1993 Free Software Foundation, Inc. This file is part of GNU CC. @@ -35,8 +35,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SUCCESS_EXIT_CODE 0 #define FATAL_EXIT_CODE 33 -/* If compiled with GNU C, use the built-in alloca */ -#ifdef __GNUC__ -#define alloca __builtin_alloca -#endif - -- cgit v1.2.1