diff src/m/gould-np1.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children
line wrap: on
line diff
--- a/src/m/gould-np1.h	Mon Aug 13 11:33:40 2007 +0200
+++ b/src/m/gould-np1.h	Mon Aug 13 11:35:02 2007 +0200
@@ -64,12 +64,6 @@
 #define C_DEBUG_SWITCH "-g"
 #define LIBS_DEBUG "-lg"
 
-
-/* The data segment in this machine always starts at address 0x1000000 = 16M.
-   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 0x1000000
 #define DATA_START    0x1000000
 
 /* The text segment always starts at 0.