summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-20 14:12:41 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-20 14:12:41 +0000
commitc788afcec7700f168c482ed3d934bd31c324e448 (patch)
tree991e05a9bcd92594d18e59d2f659191f859b0f46 /src/m
parent704a3a2d1c4e8e6f4a9d8812975ad33e5889c466 (diff)
downloademacs-c788afcec7700f168c482ed3d934bd31c324e448.tar.gz
* 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 */
#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 */