comparison src/puresize.h @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 2f877ed80fa6
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
40 #ifndef SITELOAD_PURESIZE_EXTRA 40 #ifndef SITELOAD_PURESIZE_EXTRA
41 #define SITELOAD_PURESIZE_EXTRA 0 41 #define SITELOAD_PURESIZE_EXTRA 0
42 #endif 42 #endif
43 43
44 #ifndef BASE_PURESIZE 44 #ifndef BASE_PURESIZE
45 #define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45 #define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
46 #endif 46 #endif
47 47
48 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 48 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
49 #ifndef PURESIZE_RATIO 49 #ifndef PURESIZE_RATIO
50 #if VALBITS + GCTYPEBITS + 1 > 32 50 #if VALBITS + GCTYPEBITS + 1 > 32
94 #define PURE_P(obj) \ 94 #define PURE_P(obj) \
95 (XPNTR (obj) < (unsigned int) my_edata) 95 (XPNTR (obj) < (unsigned int) my_edata)
96 96
97 #endif /* PNTR_COMPARISON_TYPE */ 97 #endif /* PNTR_COMPARISON_TYPE */
98 #endif /* VIRT_ADDRESS_VARIES */ 98 #endif /* VIRT_ADDRESS_VARIES */
99
100 /* arch-tag: fd9b0a91-a70e-4729-a75a-6bb4ca1ce14f
101 (do not change this comment) */