comparison src/puresize.h @ 66498:44a0b7df81e4

(BASE_PURESIZE): Incremented to 112000.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Oct 2005 16:24:35 +0000
parents a0d1312ede66
children d61d223b2357
comparison
equal deleted inserted replaced
66497:ab7539940003 66498:44a0b7df81e4
40 #ifndef SITELOAD_PURESIZE_EXTRA 40 #ifndef SITELOAD_PURESIZE_EXTRA
41 #define SITELOAD_PURESIZE_EXTRA 0 41 #define SITELOAD_PURESIZE_EXTRA 0
42 #endif 42 #endif
43 43
44 #ifndef BASE_PURESIZE 44 #ifndef BASE_PURESIZE
45 #define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45 #define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
46 #endif 46 #endif
47 47
48 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 48 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
49 #ifndef PURESIZE_RATIO 49 #ifndef PURESIZE_RATIO
50 #if BITS_PER_EMACS_INT > 32 50 #if BITS_PER_EMACS_INT > 32