diff src/m/ibmrt-aix.h @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 0132846995bd
children 697ef44129c6
line wrap: on
line diff
--- a/src/m/ibmrt-aix.h	Mon Aug 13 11:13:33 2007 +0200
+++ b/src/m/ibmrt-aix.h	Mon Aug 13 11:14:34 2007 +0200
@@ -50,12 +50,6 @@
 #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)