From 7a14f2a03e95f5ac10d5603da6fa52777f16968e Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 23 Jul 2008 08:29:24 +0000 Subject: * 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. --- src/unexaix.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/unexaix.c') diff --git a/src/unexaix.c b/src/unexaix.c index c8395101f6..ac9743f8c4 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" -- cgit v1.2.3