comparison src/m/alliant-2800.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 ee40177f6c68
children 23a1cea22d13
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* alliant-2800.h - Alliant FX/2800 machine running Concentrix 2800. 1 /* alliant-2800.h - Alliant FX/2800 machine running Concentrix 2800.
2 Copyright (C) 1990 Free Software Foundation, Inc. 2 Copyright (C) 1990, 2002 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
93 Otherwise Emacs assumes that text space precedes data space, 93 Otherwise Emacs assumes that text space precedes data space,
94 numerically. */ 94 numerically. */
95 95
96 #undef VIRT_ADDR_VARIES 96 #undef VIRT_ADDR_VARIES
97 97
98 /* Define C_ALLOCA if this machine does not support a true alloca
99 and the one written in C should be used instead.
100 Define HAVE_ALLOCA to say that the system provides a properly
101 working alloca function and it should be used.
102 Define neither one if an assembler-language alloca
103 in the file alloca.s should be used. */
104
105 #undef C_ALLOCA
106 #define HAVE_ALLOCA
107
108 /* Define NO_REMAP if memory segmentation makes it not work well 98 /* Define NO_REMAP if memory segmentation makes it not work well
109 to change the boundary between the text section and data section 99 to change the boundary between the text section and data section
110 when Emacs is dumped. If you define this, the preloaded Lisp 100 when Emacs is dumped. If you define this, the preloaded Lisp
111 code will not be sharable; but that's better than failing completely. */ 101 code will not be sharable; but that's better than failing completely. */
112 /* Actually, Alliant CONCENTRIX does paging "right": 102 /* Actually, Alliant CONCENTRIX does paging "right":