comparison src/puresize.h @ 95198:26cadf892c50

(BASE_PURESIZE): Increaed to 1220000.
author Kenichi Handa <handa@m17n.org>
date Thu, 22 May 2008 12:27:30 +0000
parents 29adfc9354e7
children c5659b8c29d6
comparison
equal deleted inserted replaced
95197:38e47a7f81f3 95198:26cadf892c50
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 (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44 #define BASE_PURESIZE (1220000 + 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