mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
*** empty log message ***
This commit is contained in:
parent
77afd1db9b
commit
29eab336da
2 changed files with 3 additions and 1 deletions
|
|
@ -282,8 +282,9 @@ Lisp_Object;
|
|||
#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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue