comparison src/m/sh3el.h @ 84486:8adb647282d7

(C_ALLOCA): Remove references to this.
author Glenn Morris <rgm@gnu.org>
date Wed, 12 Sep 2007 07:08:41 +0000
parents 49b363c28dce
children
comparison
equal deleted inserted replaced
84485:9b1538c8f40d 84486:8adb647282d7
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 21
22 /* The following line tells the configuration script what sort of 22 /* The following line tells the configuration script what sort of
23 operating system this machine is likely to run. 23 operating system this machine is likely to run.
24 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ 24 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
25 25
26 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word 26 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
27 is the most significant byte. */ 27 is the most significant byte. */
77 Otherwise Emacs assumes that text space precedes data space, 77 Otherwise Emacs assumes that text space precedes data space,
78 numerically. */ 78 numerically. */
79 79
80 #define VIRT_ADDR_VARIES 80 #define VIRT_ADDR_VARIES
81 81
82 /* Define C_ALLOCA if this machine does not support a true alloca 82 /* Define HAVE_ALLOCA to say that the system provides a properly
83 and the one written in C should be used instead.
84 Define HAVE_ALLOCA to say that the system provides a properly
85 working alloca function and it should be used. 83 working alloca function and it should be used.
86 Define neither one if an assembler-language alloca 84 Undefine it if an assembler-language alloca
87 in the file alloca.s should be used. */ 85 in the file alloca.s should be used. */
88 86
89 /* #define C_ALLOCA */
90 #define HAVE_ALLOCA 87 #define HAVE_ALLOCA
91 88
92 /* Define NO_REMAP if memory segmentation makes it not work well 89 /* Define NO_REMAP if memory segmentation makes it not work well
93 to change the boundary between the text section and data section 90 to change the boundary between the text section and data section
94 when Emacs is dumped. If you define this, the preloaded Lisp 91 when Emacs is dumped. If you define this, the preloaded Lisp