comparison src/puresize.h @ 85125:d9578941757d

(BASE_PURESIZE): Increase to 1170000.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 10 Oct 2007 01:14:25 +0000
parents 151b1afb6378
children beb909dfc54d d38543a1c0f9
comparison
equal deleted inserted replaced
85124:0e7ca459b337 85125:d9578941757d
41 #ifndef SITELOAD_PURESIZE_EXTRA 41 #ifndef SITELOAD_PURESIZE_EXTRA
42 #define SITELOAD_PURESIZE_EXTRA 0 42 #define SITELOAD_PURESIZE_EXTRA 0
43 #endif 43 #endif
44 44
45 #ifndef BASE_PURESIZE 45 #ifndef BASE_PURESIZE
46 #define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 46 #define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
47 #endif 47 #endif
48 48
49 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 49 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
50 #ifndef PURESIZE_RATIO 50 #ifndef PURESIZE_RATIO
51 #if BITS_PER_EMACS_INT > 32 51 #if BITS_PER_EMACS_INT > 32