summaryrefslogtreecommitdiff
path: root/src/m/arm.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-04-15 13:24:05 +0000
committerAndreas Schwab <schwab@suse.de>2002-04-15 13:24:05 +0000
commitd8f6d720de474d07323ccdf8c70660bda2e9092a (patch)
tree8d0504cf6aa875667b9e8becf88a3d90ad5f1a33 /src/m/arm.h
parent4c87c7335bf90336a1829b5013dabf3f59124536 (diff)
downloademacs-d8f6d720de474d07323ccdf8c70660bda2e9092a.tar.gz
Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
Diffstat (limited to 'src/m/arm.h')
-rw-r--r--src/m/arm.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/m/arm.h b/src/m/arm.h
index 3711bdd740c..ad22303eeec 100644
--- a/src/m/arm.h
+++ b/src/m/arm.h
@@ -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 @@ Boston, MA 02111-1307, USA. */
/* 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