diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-23 08:29:24 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-23 08:29:24 +0000 |
commit | 7a14f2a03e95f5ac10d5603da6fa52777f16968e (patch) | |
tree | 458d3141171de03a79258e34d4bc8930fb709a9a /src/m | |
parent | 5fa8e472948b7e7fe3903c73ed39b28109f22216 (diff) | |
download | emacs-7a14f2a03e95f5ac10d5603da6fa52777f16968e.tar.gz |
* s/usg5-4.h (ADDR_CORRECT): Remove, unused.
* unexaix.c (ADDR_CORRECT): Remove conditional, the only user
defines it.
* unexec.c (ADDR_CORRECT): Define unconditionally.
* m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/ibmrs6000.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 90fd21b5cd1..2d8681185ad 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -83,9 +83,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define LIBS_MACHINE #endif /* USG5_4 */ -#undef ADDR_CORRECT -#define ADDR_CORRECT(x) ((int)(x)) - #define START_FILES /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ #define BROKEN_FIONREAD |