]> git.eshelyaron.com Git - emacs.git/commitdiff
[MSDOS]: #define NO_REMAP.
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Jul 1994 05:10:25 +0000 (05:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Jul 1994 05:10:25 +0000 (05:10 +0000)
src/m/intel386.h

index b77df70d7c999dd52b628d571250825e66606450..2fbc25642894fd50898289dfe9c6ca15315845a7 100644 (file)
@@ -208,3 +208,7 @@ NOTE-END */
 #ifdef USG5_4
 #define DATA_SEG_BITS 0x08000000
 #endif
+
+#ifdef MSDOS
+#define NO_REMAP
+#endif