comparison src/m/nh3000.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 /* machine description for Harris Night Hawk Series 1200 and Series 3000 1 /* machine description for Harris Night Hawk Series 1200 and Series 3000
2 MC68030-based systems (FPP on these is custom). These systems are 2 MC68030-based systems (FPP on these is custom). These systems are
3 also known as "ecx" and "gcx". 3 also known as "ecx" and "gcx".
4 Copyright (C) 1994 Free Software Foundation, Inc. 4 Copyright (C) 1994, 2002 Free Software Foundation, Inc.
5 5
6 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
7 7
8 GNU Emacs is free software; you can redistribute it and/or modify 8 GNU Emacs is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
81 Otherwise Emacs assumes that text space precedes data space, 81 Otherwise Emacs assumes that text space precedes data space,
82 numerically. */ 82 numerically. */
83 83
84 /* #define VIRT_ADDR_VARIES */ 84 /* #define VIRT_ADDR_VARIES */
85 85
86 /* Define C_ALLOCA if this machine does not support a true alloca
87 and the one written in C should be used instead.
88 Define HAVE_ALLOCA to say that the system provides a properly
89 working alloca function and it should be used.
90 Define neither one if an assembler-language alloca
91 in the file alloca.s should be used. */
92
93 /* #define C_ALLOCA */
94 #define HAVE_ALLOCA
95
96 /* Define NO_REMAP if memory segmentation makes it not work well 86 /* Define NO_REMAP if memory segmentation makes it not work well
97 to change the boundary between the text section and data section 87 to change the boundary between the text section and data section
98 when Emacs is dumped. If you define this, the preloaded Lisp 88 when Emacs is dumped. If you define this, the preloaded Lisp
99 code will not be sharable; but that's better than failing completely. */ 89 code will not be sharable; but that's better than failing completely. */
100 90