diff src/m/arm.h @ 44601:4be8406ebef9

Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
author Andreas Schwab <schwab@suse.de>
date Mon, 15 Apr 2002 13:23:33 +0000
parents 705ff8a9d6dd
children afd7531a5181
line wrap: on
line diff
--- a/src/m/arm.h	Mon Apr 15 13:14:45 2002 +0000
+++ b/src/m/arm.h	Mon Apr 15 13:23:33 2002 +0000
@@ -1,5 +1,5 @@
 /* Machine description file for ARM-based non-RISCiX machines.
-   Copyright (C) 1994 Free Software Foundation, Inc.
+   Copyright (C) 1994, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -51,13 +51,7 @@
 
 /* Use builtin alloca. Also be sure that no other ones are tried out. */
 #define alloca __builtin_alloca
-#define HAVE_ALLOCA
 
-#else
-#define C_ALLOCA
-#undef HAVE_ALLOCA
 #endif  /* __GNUC__ */
 
 #define NO_REMAP
-
-#define STACK_DIRECTION -1