From: Dan Nicolaescu Date: Sat, 3 Apr 2010 00:24:53 +0000 (-0700) Subject: * m/intel386.h (NO_REMAP): Move definition ... X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a568f507d1a646c351e1eda0266378316493ab11;p=emacs.git * m/intel386.h (NO_REMAP): Move definition ... * s/msdos.h (NO_REMAP): ... here. --- diff --git a/src/ChangeLog b/src/ChangeLog index dc0ff821201..88eade2a7fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-04-03 Dan Nicolaescu + * m/intel386.h (NO_REMAP): Move definition ... + * s/msdos.h (NO_REMAP): ... here. + * m/vax.h (CRT0_DUMMIES): Remove, unused. * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not diff --git a/src/m/intel386.h b/src/m/intel386.h index 8b3c5fff064..dc50d5ea6a2 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -85,10 +85,6 @@ NOTE-END */ #define TEXT_START 0 #endif /* USG */ -#ifdef MSDOS -#define NO_REMAP -#endif - #ifdef WINDOWSNT #define VIRT_ADDR_VARIES #define DATA_START get_data_start () 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) */