comparison src/puresize.h @ 7241:3796197a69bd

(PURESIZE) [MULTI_FRAME]: Increase to 232000.
author Karl Heuer <kwzh@gnu.org>
date Sun, 01 May 1994 02:08:50 +0000
parents 8505df26e31d
children 60b718b9aac6
comparison
equal deleted inserted replaced
7240:195e64dad1eb 7241:3796197a69bd
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 230000 32 #define PURESIZE 232000
33 #else 33 #else
34 #define PURESIZE 200000 34 #define PURESIZE 200000
35 #endif 35 #endif
36 #endif 36 #endif
37 37