diff src/m/tekxd88.h @ 48437:afd7531a5181

Don't define alloca.
author Dave Love <fx@gnu.org>
date Mon, 18 Nov 2002 16:44:04 +0000
parents 4be8406ebef9
children 23a1cea22d13
line wrap: on
line diff
--- a/src/m/tekxd88.h	Mon Nov 18 16:37:53 2002 +0000
+++ b/src/m/tekxd88.h	Mon Nov 18 16:44:04 2002 +0000
@@ -81,9 +81,7 @@
    code will not be sharable; but that's better than failing completely.  */
 #define NO_REMAP
 
-#ifdef __GNUC__
-#  define alloca __builtin_alloca	/* Use the gcc builtin alloca() ... */
-#else /* not __GNUC__ */
+#ifndef __GNUC__
 #  define C_OPTIMIZE_SWITCH -O
 #endif /* __GNUC__ */