comparison src/puresize.h @ 96780:326ca810843d

(BASE_PURESIZE): Increase to 1240000.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 18 Jul 2008 01:11:05 +0000
parents c5659b8c29d6
children 359d8fb73538
comparison
equal deleted inserted replaced
96779:2a63efc82880 96780:326ca810843d
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 (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44 #define BASE_PURESIZE (1240000 + 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