comparison src/puresize.h @ 9755:705684b6f2a4

(BASE_PURESIZE): Increment MULTI_FRAME value.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Oct 1994 20:12:53 +0000
parents b36d5e88cccc
children cefd5e68b3ec
comparison
equal deleted inserted replaced
9754:7e9b8823755b 9755:705684b6f2a4
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 (265000 + SYSTEM_PURESIZE_EXTRA) 41 #define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA)
42 #else 42 #else
43 #define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) 43 #define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA)
44 #endif 44 #endif
45 #endif 45 #endif
46 46