X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fm%2Fibmrt-aix.h;h=21e305859155bc92402c091142a24f6008d9f863;hb=6c3f193888ad847a4dfb0a6b78efbc1f9d42ec14;hp=3ab6bb8363a9677ce34af01d711c3c31bb8c38c5;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index 3ab6bb8..21e3058 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h @@ -50,12 +50,6 @@ Boston, MA 02111-1307, USA. */ #define DATA_START 0x20000000 #define DATA_END 0 -/* The data segment in this machine always starts at address 0x20000000. - An address of data cannot be stored correctly in a Lisp object; - we always lose the high bits. We must tell XPNTR to add them back. */ - -#define DATA_SEG_BITS 0x20000000 - #define N_BADMAG(x) BADMAG(x) #define N_TXTOFF(x) A_TEXTPOS(x) #define N_SYMOFF(x) A_SYMPOS(x)