diff options
Diffstat (limited to 'gcc/config/tahoe')
-rw-r--r-- | gcc/config/tahoe/xm-tahoe.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/tahoe/xm-tahoe.h b/gcc/config/tahoe/xm-tahoe.h index a5f06e94de5..193ee7a5226 100644 --- a/gcc/config/tahoe/xm-tahoe.h +++ b/gcc/config/tahoe/xm-tahoe.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for Tahoe. - Copyright (C) 1987 Free Software Foundation, Inc. + Copyright (C) 1987, 1993 Free Software Foundation, Inc. This file is part of GNU CC. @@ -56,8 +56,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 |