comparison src/m/news-r6.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 c4cd6784bbcc
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
16 #define LOAD_AVE_TYPE long 16 #define LOAD_AVE_TYPE long
17 17
18 /* Convert that into an integer that is 100 for a load average of 1.0 */ 18 /* Convert that into an integer that is 100 for a load average of 1.0 */
19 19
20 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0) 20 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0)
21
22 /* Define C_ALLOCA if this machine does not support a true alloca
23 and the one written in C should be used instead.
24 Define HAVE_ALLOCA to say that the system provides a properly
25 working alloca function and it should be used.
26 Define neither one if an assembler-language alloca
27 in the file alloca.s should be used. */
28
29 #define HAVE_ALLOCA
30 21
31 /* Define NO_REMAP if memory segmentation makes it not work well 22 /* Define NO_REMAP if memory segmentation makes it not work well
32 to change the boundary between the text section and data section 23 to change the boundary between the text section and data section
33 when Emacs is dumped. If you define this, the preloaded Lisp 24 when Emacs is dumped. If you define this, the preloaded Lisp
34 code will not be sharable; but that's better than failing completely. */ 25 code will not be sharable; but that's better than failing completely. */