[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/unexaix.c,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/unexaix.c,v |
Date: |
Wed, 23 Jul 2008 08:29:25 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/23 08:29:24
Index: src/unexaix.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/unexaix.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- src/unexaix.c 14 May 2008 07:49:54 -0000 1.27
+++ src/unexaix.c 23 Jul 2008 08:29:23 -0000 1.28
@@ -103,14 +103,6 @@
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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/unexaix.c,v,
Dan Nicolaescu <=