]> git.eshelyaron.com Git - emacs.git/commitdiff
* m/intel386.h (NO_REMAP): Do no define for USG, not used.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 20 Jul 2008 14:12:41 +0000 (14:12 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 20 Jul 2008 14:12:41 +0000 (14:12 +0000)
src/ChangeLog
src/m/intel386.h

index e673d5a1ec2eb0e58636ff3f95dce641d49e8b94..12854406221b74a787ec666e20f53e01cbda18bb 100644 (file)
@@ -9,6 +9,8 @@
 
 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * m/intel386.h (NO_REMAP): Do no define for USG, not used.
+
        * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
        added not supported anymore.
 
index dd369da636f22b6c00d4a61c5ac6549627ee936e..27408fb0b49e7fd245acd72243e8d7b485bb1224 100644 (file)
@@ -82,11 +82,10 @@ NOTE-END */
 
 #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
 #define FSCALE 256.0
-#endif
+#endif /* USG5_4 */
 #endif /* not SOLARIS2 */
 
 #ifdef USG
-#define NO_REMAP
 #define TEXT_START 0
 #endif /* USG */