From: Richard M. Stallman Date: Mon, 11 Jul 1994 05:10:25 +0000 (+0000) Subject: [MSDOS]: #define NO_REMAP. X-Git-Tag: emacs-19.34~7655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44177ab07c7c68ef91734fbf73052a9001751361;p=emacs.git [MSDOS]: #define NO_REMAP. --- diff --git a/src/m/intel386.h b/src/m/intel386.h index b77df70d7c9..2fbc2564289 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -208,3 +208,7 @@ NOTE-END */ #ifdef USG5_4 #define DATA_SEG_BITS 0x08000000 #endif + +#ifdef MSDOS +#define NO_REMAP +#endif