diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-06-26 11:43:50 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-06-26 11:43:50 -0400 |
commit | f62f398a28629937d937cae5bbc43e2d1e76e967 (patch) | |
tree | 9c509f48d3cbbd1714e10c2ce31663786db16d20 /gcc/config/we32k | |
parent | 47df02623af70d9c5285d69b72eed121e2b141d5 (diff) | |
download | gcc-f62f398a28629937d937cae5bbc43e2d1e76e967.tar.gz |
Remove #define of alloca to __builtin_alloca.
From-SVN: r4756
Diffstat (limited to 'gcc/config/we32k')
-rw-r--r-- | gcc/config/we32k/xm-we32k.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/we32k/xm-we32k.h b/gcc/config/we32k/xm-we32k.h index 22b92b137f9..d8e293fb30c 100644 --- a/gcc/config/we32k/xm-we32k.h +++ b/gcc/config/we32k/xm-we32k.h @@ -1,6 +1,6 @@ /* Configuration for GNU C-compiler for AT&T we32000 Family. Contributed by John Wehle (john@feith1.uucp) - Copyright (C) 1991-1992 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. This file is part of GNU CC. @@ -36,11 +36,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(x) __builtin_alloca(x) -#endif - /* target machine dependencies. tm.h is a symbolic link to the actual target specific file. */ #include "tm.h" |