comparison src/puresize.h @ 8490:7db23bef024e

[MULTI_FRAME] (PURESIZE): Increased.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 1994 03:57:21 +0000
parents 1bf32534df30
children 02bbe8ec50ea
comparison
equal deleted inserted replaced
8489:c6088e3005cf 8490:7db23bef024e
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 252000 32 #define PURESIZE 255000
33 #else 33 #else
34 #define PURESIZE 208000 34 #define PURESIZE 208000
35 #endif 35 #endif
36 #endif 36 #endif
37 37