comparison src/m/windowsnt.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 file for Windows NT. 1 /* Machine description file for Windows NT.
2 2
3 Copyright (C) 1993, 1994 Free Software Foundation, Inc. 3 Copyright (C) 1993, 1994, 2002 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
85 numerically. */ 85 numerically. */
86 86
87 /* Text does precede data space, but this is never a safe assumption. */ 87 /* Text does precede data space, but this is never a safe assumption. */
88 #define VIRT_ADDR_VARIES 88 #define VIRT_ADDR_VARIES
89 89
90 /* Define C_ALLOCA if this machine does not support a true alloca 90 /* For alloca. */
91 and the one written in C should be used instead.
92 Define HAVE_ALLOCA to say that the system provides a properly
93 working alloca function and it should be used.
94 Define neither one if an assembler-language alloca
95 in the file alloca.s should be used. */
96
97 /* #define C_ALLOCA */
98 #include <malloc.h> 91 #include <malloc.h>
99 #define HAVE_ALLOCA
100 92
101 /* Define NO_REMAP if memory segmentation makes it not work well 93 /* Define NO_REMAP if memory segmentation makes it not work well
102 to change the boundary between the text section and data section 94 to change the boundary between the text section and data section
103 when Emacs is dumped. If you define this, the preloaded Lisp 95 when Emacs is dumped. If you define this, the preloaded Lisp
104 code will not be sharable; but that's better than failing completely. */ 96 code will not be sharable; but that's better than failing completely. */