X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fm%2Fgould-np1.h;h=155aa6152f799f85b72ce726a60fc0f29b89caae;hb=c71f71a4cd68472da3d2ed05a42e60ce28918f46;hp=763f16ea68c5acf37a040fc7e5cd3c2c27aaca5e;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/m/gould-np1.h b/src/m/gould-np1.h index 763f16e..155aa61 100644 --- a/src/m/gould-np1.h +++ b/src/m/gould-np1.h @@ -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.