aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-11-03 20:49:20 +0000
committerKarl Heuer1994-11-03 20:49:20 +0000
commit8c147e40537dc763e00185ce8db5ce222e60a613 (patch)
tree916c446cd93ecd653f77d15e4aacfcda89ac2684 /src
parent1cd47f14cc5043823c5882a6f1883a028573828b (diff)
downloademacs-8c147e40537dc763e00185ce8db5ce222e60a613.tar.gz
emacs-8c147e40537dc763e00185ce8db5ce222e60a613.zip
[WINDOWSNT]: (VIRT_ADDR_VARIES, DATA_END, DATA_START, HAVE_ALLOCA): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 8e637455633..e609c5f650d 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -230,3 +230,10 @@ NOTE-END */
230#ifdef MSDOS 230#ifdef MSDOS
231#define NO_REMAP 231#define NO_REMAP
232#endif 232#endif
233
234#ifdef WINDOWSNT
235#define VIRT_ADDR_VARIES
236#define DATA_END get_data_end ()
237#define DATA_START get_data_start ()
238#define HAVE_ALLOCA
239#endif