comparison src/puresize.h @ 27140:08fbb3f37f91

(BASE_PURE_SIZE): Increase to 600000.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 04 Jan 2000 12:21:21 +0000
parents f3461e3610c8
children 459744c91b53
comparison
equal deleted inserted replaced
27139:a9508422287d 27140:08fbb3f37f91
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 (550000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45 #define BASE_PURESIZE (600000 + 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