aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-20 14:12:41 +0000
committerDan Nicolaescu2008-07-20 14:12:41 +0000
commitc788afcec7700f168c482ed3d934bd31c324e448 (patch)
tree991e05a9bcd92594d18e59d2f659191f859b0f46 /src/m
parent704a3a2d1c4e8e6f4a9d8812975ad33e5889c466 (diff)
downloademacs-c788afcec7700f168c482ed3d934bd31c324e448.tar.gz
emacs-c788afcec7700f168c482ed3d934bd31c324e448.zip
* m/intel386.h (NO_REMAP): Do no define for USG, not used.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/intel386.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index dd369da636f..27408fb0b49 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -82,11 +82,10 @@ NOTE-END */
82 82
83#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE)) 83#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
84#define FSCALE 256.0 84#define FSCALE 256.0
85#endif 85#endif /* USG5_4 */
86#endif /* not SOLARIS2 */ 86#endif /* not SOLARIS2 */
87 87
88#ifdef USG 88#ifdef USG
89#define NO_REMAP
90#define TEXT_START 0 89#define TEXT_START 0
91#endif /* USG */ 90#endif /* USG */
92 91