Mercurial > emacs
diff src/lisp.h @ 336:25114d2b73e3
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Thu, 18 Jul 1991 11:05:46 +0000 |
| parents | 7c3ce5b350b8 |
| children | 759f018b08b1 |
line wrap: on
line diff
--- 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.
