From: Karl Heuer Date: Thu, 3 Nov 1994 20:49:20 +0000 (+0000) Subject: [WINDOWSNT]: (VIRT_ADDR_VARIES, DATA_END, DATA_START, HAVE_ALLOCA): Defined. X-Git-Tag: emacs-19.34~6036 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c147e40537dc763e00185ce8db5ce222e60a613;p=emacs.git [WINDOWSNT]: (VIRT_ADDR_VARIES, DATA_END, DATA_START, HAVE_ALLOCA): Defined. --- 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 */ #ifdef MSDOS #define NO_REMAP #endif + +#ifdef WINDOWSNT +#define VIRT_ADDR_VARIES +#define DATA_END get_data_end () +#define DATA_START get_data_start () +#define HAVE_ALLOCA +#endif