changeset 336:25114d2b73e3

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 18 Jul 1991 11:05:46 +0000
parents 33aa13a3f279
children 165d128bc864
files src/data.c src/lisp.h
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.c	Tue Jul 16 03:37:23 1991 +0000
+++ b/src/data.c	Thu Jul 18 11:05:46 1991 +0000
@@ -22,6 +22,7 @@
 
 #include "config.h"
 #include "lisp.h"
+#include "puresize.h"
 
 #ifndef standalone
 #include "buffer.h"
--- a/src/lisp.h	Tue Jul 16 03:37:23 1991 +0000
+++ b/src/lisp.h	Thu Jul 18 11:05:46 1991 +0000
@@ -282,8 +282,9 @@
 #ifndef XPNTR
 #ifdef HAVE_SHM
 /* In this representation, data is found in two widely separated segments.  */
+extern int pure_size;
 #define XPNTR(a) \
-  (XUINT (a) | (XUINT (a) > PURESIZE ? DATA_SEG_BITS : PURE_SEG_BITS))
+  (XUINT (a) | (XUINT (a) > pure_size ? DATA_SEG_BITS : PURE_SEG_BITS))
 #else /* not HAVE_SHM */
 #ifdef DATA_SEG_BITS
 /* This case is used for the rt-pc.