[MSDOS]: #define NO_REMAP.

This commit is contained in:
Richard M. Stallman 1994-07-11 05:10:25 +00:00
parent 56206da3d7
commit 44177ab07c

View file

@ -208,3 +208,7 @@ NOTE-END */
#ifdef USG5_4
#define DATA_SEG_BITS 0x08000000
#endif
#ifdef MSDOS
#define NO_REMAP
#endif