/[emacs]/emacs/src/puresize.h
ViewVC logotype

Diff of /emacs/src/puresize.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by eliz, Tue Apr 16 17:27:42 2002 UTC revision 1.65.2.1 by miles, Fri Apr 4 06:21:03 2003 UTC
# Line 42  Boston, MA 02111-1307, USA.  */ Line 42  Boston, MA 02111-1307, USA.  */
42  #endif  #endif
43    
44  #ifndef BASE_PURESIZE  #ifndef BASE_PURESIZE
45  #define BASE_PURESIZE (830000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)  #define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
46  #endif  #endif
47    
48  /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */  /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
# Line 90  extern char my_edata[]; Line 90  extern char my_edata[];
90  #else /* not VIRT_ADDRESS_VARIES, not PNTR_COMPARISON_TYPE */  #else /* not VIRT_ADDRESS_VARIES, not PNTR_COMPARISON_TYPE */
91    
92  extern char my_edata[];  extern char my_edata[];
93        
94  #define PURE_P(obj) \  #define PURE_P(obj) \
95    (XPNTR (obj) < (unsigned int) my_edata)    (XPNTR (obj) < (unsigned int) my_edata)
96    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.65.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26