comparison src/puresize.h @ 4302:33090cb5f403

[MULTI_FRAME] (PURESIZE): Increased to 210000.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jul 1993 08:32:05 +0000
parents d25e8e9b573e
children 409e4e3dcd4e
comparison
equal deleted inserted replaced
4301:6e8bb94d94c5 4302:33090cb5f403
27 whether we are running X windows, which tells us how much pure 27 whether we are running X windows, which tells us how much pure
28 storage to allocate. */ 28 storage to allocate. */
29 29
30 #ifndef PURESIZE 30 #ifndef PURESIZE
31 #ifdef MULTI_FRAME 31 #ifdef MULTI_FRAME
32 #define PURESIZE 205000 32 #define PURESIZE 210000
33 #else 33 #else
34 #define PURESIZE 190000 34 #define PURESIZE 190000
35 #endif 35 #endif
36 #endif 36 #endif
37 37