comparison src/puresize.h @ 7386:60b718b9aac6

(PURESIZE): Increase to 235000.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 May 1994 02:26:40 +0000
parents 3796197a69bd
children 04308c8b8791
comparison
equal deleted inserted replaced
7385:ad1c04ef7695 7386:60b718b9aac6
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 232000 32 #define PURESIZE 235000
33 #else 33 #else
34 #define PURESIZE 200000 34 #define PURESIZE 200000
35 #endif 35 #endif
36 #endif 36 #endif
37 37