comparison src/m/ibms390.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 95067215a94a
children 23a1cea22d13
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* machine description file template. 1 /* machine description file template.
2 Copyright (C) 1985, 1986, 2001 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 2001, 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
79 Otherwise Emacs assumes that text space precedes data space, 79 Otherwise Emacs assumes that text space precedes data space,
80 numerically. */ 80 numerically. */
81 81
82 #define VIRT_ADDR_VARIES 82 #define VIRT_ADDR_VARIES
83 83
84 /* Define C_ALLOCA if this machine does not support a true alloca
85 and the one written in C should be used instead.
86 Define HAVE_ALLOCA to say that the system provides a properly
87 working alloca function and it should be used.
88 Define neither one if an assembler-language alloca
89 in the file alloca.s should be used. */
90
91 /* #define C_ALLOCA */
92 #define HAVE_ALLOCA
93
94 /* Define NO_REMAP if memory segmentation makes it not work well 84 /* Define NO_REMAP if memory segmentation makes it not work well
95 to change the boundary between the text section and data section 85 to change the boundary between the text section and data section
96 when Emacs is dumped. If you define this, the preloaded Lisp 86 when Emacs is dumped. If you define this, the preloaded Lisp
97 code will not be sharable; but that's better than failing completely. */ 87 code will not be sharable; but that's better than failing completely. */
98 88