summaryrefslogtreecommitdiff
path: root/src/m/alliant.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/alliant.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/alliant.h')
-rw-r--r--src/m/alliant.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/m/alliant.h b/src/m/alliant.h
index bf8909fb3ef..86f104ceedd 100644
--- a/src/m/alliant.h
+++ b/src/m/alliant.h
@@ -1,5 +1,5 @@
/* alliant.h Alliant machine running system version 2 or 3.
- Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
+ Copyright (C) 1985, 1986, 1987, 2002 Free Software Foundation, Inc.
Note that for version 1 of the Alliant system
you should use alliant1.h instead of this file.
Use alliant4.h for version 4.
@@ -83,21 +83,6 @@ Boston, MA 02111-1307, USA. */
#undef VIRT_ADDR_VARIES
-/* Define C_ALLOCA if this machine does not support a true alloca
- and the one written in C should be used instead.
- Define HAVE_ALLOCA to say that the system provides a properly
- working alloca function and it should be used.
- Define neither one if an assembler-language alloca
- in the file alloca.s should be used. */
-
-#undef C_ALLOCA
-#define HAVE_ALLOCA
-
-#ifdef ALLIANT_1
-#define C_ALLOCA
-#undef HAVE_ALLOCA
-#endif /* ALLIANT_1 */
-
/* Define NO_REMAP if memory segmentation makes it not work well
to change the boundary between the text section and data section
when Emacs is dumped. If you define this, the preloaded Lisp