]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't define alloca.
authorDave Love <fx@gnu.org>
Mon, 18 Nov 2002 16:44:04 +0000 (16:44 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Nov 2002 16:44:04 +0000 (16:44 +0000)
src/m/arm.h
src/m/tekxd88.h
src/m/tower32v3.h

index ad22303eeec4c7d1ca136728ad80e735936474c4..4dafe6819facde1e3236f29395cd84cebb7254d8 100644 (file)
@@ -47,11 +47,4 @@ Boston, MA 02111-1307, USA.  */
 
 #define NO_UNION_TYPE
 
-#ifdef __GNUC__
-
-/* Use builtin alloca. Also be sure that no other ones are tried out. */
-#define alloca __builtin_alloca
-
-#endif  /* __GNUC__ */
-
 #define NO_REMAP
index c2551be4782432f87be583a6a28c56a4c5816cf8..cc2439d0a92f474c730acd47332268217956cfbf 100644 (file)
@@ -81,9 +81,7 @@ Boston, MA 02111-1307, USA.  */
    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__ */
 
index c7406f38080c5e2f7bf13b72469f4493be829735..dbbafcd19cd492dbc80a7569912cb4b306383131 100644 (file)
@@ -82,7 +82,6 @@ Boston, MA 02111-1307, USA.  */
 /* #define VIRT_ADDR_VARIES */
 
 #ifdef __GNUC__
-#define alloca __builtin_alloca
 #define C_OPTIMIZE_SWITCH -O -fstrength-reduce -fomit-frame-pointer
 #define LIB_STANDARD -lc /lib/crtn.o
 #else