From: Dan Nicolaescu Date: Sun, 20 Jul 2008 14:12:41 +0000 (+0000) Subject: * m/intel386.h (NO_REMAP): Do no define for USG, not used. X-Git-Tag: emacs-pretest-23.0.90~4050 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c788afcec7700f168c482ed3d934bd31c324e448;p=emacs.git * m/intel386.h (NO_REMAP): Do no define for USG, not used. --- diff --git a/src/ChangeLog b/src/ChangeLog index e673d5a1ec2..12854406221 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -9,6 +9,8 @@ 2008-07-20 Dan Nicolaescu + * 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. 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 */