comparison src/puresize.h @ 95999:c5659b8c29d6

(BASE_PURESIZE): Increase to 1230000.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 16 Jun 2008 04:55:44 +0000
parents 26cadf892c50
children 326ca810843d
comparison
equal deleted inserted replaced
95998:edd8fc22353b 95999:c5659b8c29d6
39 #ifndef SITELOAD_PURESIZE_EXTRA 39 #ifndef SITELOAD_PURESIZE_EXTRA
40 #define SITELOAD_PURESIZE_EXTRA 0 40 #define SITELOAD_PURESIZE_EXTRA 0
41 #endif 41 #endif
42 42
43 #ifndef BASE_PURESIZE 43 #ifndef BASE_PURESIZE
44 #define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44 #define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
45 #endif 45 #endif
46 46
47 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 47 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
48 #ifndef PURESIZE_RATIO 48 #ifndef PURESIZE_RATIO
49 #if BITS_PER_EMACS_INT > 32 49 #if BITS_PER_EMACS_INT > 32