comparison src/puresize.h @ 7392:04308c8b8791

(PURESIZE): Increase to 205000.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 May 1994 05:22:50 +0000
parents 60b718b9aac6
children 4c58d2b235b7
comparison
equal deleted inserted replaced
7391:c40d16ee57bf 7392:04308c8b8791
29 29
30 #ifndef PURESIZE 30 #ifndef PURESIZE
31 #ifdef MULTI_FRAME 31 #ifdef MULTI_FRAME
32 #define PURESIZE 235000 32 #define PURESIZE 235000
33 #else 33 #else
34 #define PURESIZE 200000 34 #define PURESIZE 205000
35 #endif 35 #endif
36 #endif 36 #endif
37 37
38 #ifdef VIRT_ADDR_VARIES 38 #ifdef VIRT_ADDR_VARIES
39 39