comparison src/puresize.h @ 72306:60cebde75072

(BASE_PURESIZE): Increase to 1120000.
author Andreas Schwab <schwab@suse.de>
date Mon, 07 Aug 2006 16:39:26 +0000
parents 8715f0826e55
children e90d04cd455a 694bbb62a75d 7f3f771c85fa
comparison
equal deleted inserted replaced
72305:d8a525071de6 72306:60cebde75072
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 (1102000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 46 #define BASE_PURESIZE (1120000 + 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