comparison src/puresize.h @ 12289:593c580a99a1

[MULTI_FRAME] (BASE_PURESIZE): Increase to 315000.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Jun 1995 01:48:41 +0000
parents ac7375e60931
children 9d8cf42ed0ba
comparison
equal deleted inserted replaced
12288:36d3bd1212de 12289:593c580a99a1
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 (310000 + SYSTEM_PURESIZE_EXTRA) 41 #define BASE_PURESIZE (315000 + SYSTEM_PURESIZE_EXTRA)
42 #else 42 #else
43 #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) 43 #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA)
44 #endif 44 #endif
45 #endif 45 #endif
46 46