aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/m/intel386.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e673d5a1ec2..12854406221 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,8 @@
9 9
102008-07-20 Dan Nicolaescu <dann@ics.uci.edu> 102008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11 11
12 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
13
12 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 14 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
13 added not supported anymore. 15 added not supported anymore.
14 16
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