aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-11 05:10:25 +0000
committerRichard M. Stallman1994-07-11 05:10:25 +0000
commit44177ab07c7c68ef91734fbf73052a9001751361 (patch)
tree6eef04231bb2cf11ac97eec517f34872f342533b /src
parent56206da3d74907123fd9b90257aa3b832da89b73 (diff)
downloademacs-44177ab07c7c68ef91734fbf73052a9001751361.tar.gz
emacs-44177ab07c7c68ef91734fbf73052a9001751361.zip
[MSDOS]: #define NO_REMAP.
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h4
1 files changed, 4 insertions, 0 deletions
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 */
208#ifdef USG5_4 208#ifdef USG5_4
209#define DATA_SEG_BITS 0x08000000 209#define DATA_SEG_BITS 0x08000000
210#endif 210#endif
211
212#ifdef MSDOS
213#define NO_REMAP
214#endif