summaryrefslogtreecommitdiff
path: root/gcc/config/fx80
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/fx80')
-rw-r--r--gcc/config/fx80/xm-fx80.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config/fx80/xm-fx80.h b/gcc/config/fx80/xm-fx80.h
index ed9011c8427..a5c51e0c47a 100644
--- a/gcc/config/fx80/xm-fx80.h
+++ b/gcc/config/fx80/xm-fx80.h
@@ -1,5 +1,5 @@
/* Configuration for GNU C-compiler for Alliant FX computers.
- Copyright (C) 1989 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -36,9 +36,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Arguments to use with `exit'. */
#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
-