diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-02 17:24:53 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-02 17:24:53 -0700 |
commit | a568f507d1a646c351e1eda0266378316493ab11 (patch) | |
tree | 0220d9f43d6cb0e9d23cecdd289536a32db75496 /src/s/msdos.h | |
parent | 4cd9f6c2f95f344aaa1201392eadaf3c5e882532 (diff) | |
download | emacs-a568f507d1a646c351e1eda0266378316493ab11.tar.gz |
* m/intel386.h (NO_REMAP): Move definition ...
* s/msdos.h (NO_REMAP): ... here.
Diffstat (limited to 'src/s/msdos.h')
-rw-r--r-- | src/s/msdos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index 55f546589ec..15c3c5b1452 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -170,5 +170,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS +#define NO_REMAP + /* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0 (do not change this comment) */ |