comparison src/puresize.h @ 46842:db5ca410c826

(BASE_PURESIZE): Increase to 910000.
author Ken Raeburn <raeburn@raeburn.org>
date Fri, 09 Aug 2002 05:08:00 +0000
parents 56699006dad8
children 23a1cea22d13
comparison
equal deleted inserted replaced
46841:99952aa7f2c3 46842:db5ca410c826
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 (830000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45 #define BASE_PURESIZE (910000 + 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