emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99815: * m/intel386.h (NO_REMAP): Mo


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99815: * m/intel386.h (NO_REMAP): Move definition ...
Date: Fri, 02 Apr 2010 17:24:53 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99815
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-02 17:24:53 -0700
message:
  * m/intel386.h (NO_REMAP): Move definition ...
  * s/msdos.h (NO_REMAP): ... here.
modified:
  src/ChangeLog
  src/m/intel386.h
  src/s/msdos.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-03 00:20:04 +0000
+++ b/src/ChangeLog     2010-04-03 00:24:53 +0000
@@ -1,5 +1,8 @@
 2010-04-03  Dan Nicolaescu  <address@hidden>
 
+       * 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

=== modified file 'src/m/intel386.h'
--- a/src/m/intel386.h  2010-01-13 08:35:10 +0000
+++ b/src/m/intel386.h  2010-04-03 00:24:53 +0000
@@ -85,10 +85,6 @@
 #define TEXT_START 0
 #endif /* USG */
 
-#ifdef MSDOS
-#define NO_REMAP
-#endif
-
 #ifdef WINDOWSNT
 #define VIRT_ADDR_VARIES
 #define DATA_START     get_data_start ()

=== modified file 'src/s/msdos.h'
--- a/src/s/msdos.h     2010-04-01 23:08:14 +0000
+++ b/src/s/msdos.h     2010-04-03 00:24:53 +0000
@@ -170,5 +170,7 @@
 #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) */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]