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/unexaix.c | |
parent | 5fa8e472948b7e7fe3903c73ed39b28109f22216 (diff) | |
download | emacs-7a14f2a03e95f5ac10d5603da6fa52777f16968e.tar.gz emacs-7a14f2a03e95f5ac10d5603da6fa52777f16968e.tar.bz2 emacs-7a14f2a03e95f5ac10d5603da6fa52777f16968e.zip |
* 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/unexaix.c')
-rw-r--r-- | src/unexaix.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/unexaix.c b/src/unexaix.c index c8395101f62..ac9743f8c4b 100644 --- a/src/unexaix.c +++ b/src/unexaix.c @@ -103,14 +103,6 @@ static int adjust_lnnoptrs (int, int, char *); static int pagemask; -/* Correct an int which is the bit pattern of a pointer to a byte - into an int which is the number of a byte. - This is a no-op on ordinary machines, but not on all. */ - -#ifndef ADDR_CORRECT /* Let m-*.h files override this definition */ -#define ADDR_CORRECT(x) ((char *)(x) - (char*)0) -#endif - #ifdef emacs #include "lisp.h" |