comparison src/puresize.h @ 9000:49f21ecbda41

(BASE_PURESIZE): Increment both values.
author Richard M. Stallman <rms@gnu.org>
date Thu, 22 Sep 1994 07:29:02 +0000
parents f060ee7326c5
children 5617d313ea94
comparison
equal deleted inserted replaced
8999:c3a04b8a2786 9000:49f21ecbda41
29 29
30 /* First define a measure of the amount of data we have. */ 30 /* First define a measure of the amount of data we have. */
31 31
32 #ifndef BASE_PURESIZE 32 #ifndef BASE_PURESIZE
33 #ifdef MULTI_FRAME 33 #ifdef MULTI_FRAME
34 #define BASE_PURESIZE 255000 34 #define BASE_PURESIZE 260000
35 #else 35 #else
36 #define BASE_PURESIZE 208000 36 #define BASE_PURESIZE 215000
37 #endif 37 #endif
38 #endif 38 #endif
39 39
40 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 40 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
41 #ifndef PURESIZE_RATIO 41 #ifndef PURESIZE_RATIO