--- gcc/config/we32k/xm-we32k.h 2018/04/24 18:10:24 1.1.1.1 +++ gcc/config/we32k/xm-we32k.h 2018/04/24 18:14:45 1.1.1.2 @@ -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 A #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"