comparison src/puresize.h @ 10237:cefd5e68b3ec

(BASE_PURESIZE): Incremented by 20k.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Dec 1994 16:42:33 +0000
parents 705684b6f2a4
children fd9f2d854e41
comparison
equal deleted inserted replaced
10236:013842475608 10237:cefd5e68b3ec
36 #define SYSTEM_PURESIZE_EXTRA 0 36 #define SYSTEM_PURESIZE_EXTRA 0
37 #endif 37 #endif
38 38
39 #ifndef BASE_PURESIZE 39 #ifndef BASE_PURESIZE
40 #ifdef MULTI_FRAME 40 #ifdef MULTI_FRAME
41 #define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA) 41 #define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA)
42 #else 42 #else
43 #define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) 43 #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA)
44 #endif 44 #endif
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