diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-26 15:43:50 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-26 15:43:50 +0000 |
commit | 0f9b49419b3fc9bef4e7c4e78b18ac5ea5ec6741 (patch) | |
tree | 9c509f48d3cbbd1714e10c2ce31663786db16d20 /gcc/config/romp | |
parent | a8053f1e0d7924464c0408f2172360c6d6ca93a4 (diff) | |
download | gcc-0f9b49419b3fc9bef4e7c4e78b18ac5ea5ec6741.tar.gz |
Remove #define of alloca to __builtin_alloca.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/romp')
-rw-r--r-- | gcc/config/romp/xm-romp.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/romp/xm-romp.h b/gcc/config/romp/xm-romp.h index f3e0bb9e817..e8f8fb62e0a 100644 --- a/gcc/config/romp/xm-romp.h +++ b/gcc/config/romp/xm-romp.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for IBM RT PC. - Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Copyright (C) 1989, 1991, 1993 Free Software Foundation, Inc. This file is part of GNU CC. @@ -39,11 +39,6 @@ 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 - /* If compiled with hc, use the built-in alloca and memcpy. These definitions assume hc version 2. */ #ifdef __HIGHC__ |