comparison src/puresize.h @ 70031:5c13d5389b51

(BASE_PURESIZE): Increment to 1210000.
author Romain Francoise <romain@orebokech.com>
date Sat, 15 Apr 2006 17:53:18 +0000
parents a21d00510558
children 479ddf150263
comparison
equal deleted inserted replaced
70030:f8318ae45127 70031:5c13d5389b51
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 (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 46 #define BASE_PURESIZE (1210000 + 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