comparison src/puresize.h @ 6162:b7172feaf0b9

(PURESIZE) [MULTI_FRAME]: Incremented to 230000.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Mar 1994 23:18:54 +0000
parents 409e4e3dcd4e
children 8616f990feaf
comparison
equal deleted inserted replaced
6161:4a1c5b2c005d 6162:b7172feaf0b9
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 220000 32 #define PURESIZE 230000
33 #else 33 #else
34 #define PURESIZE 190000 34 #define PURESIZE 190000
35 #endif 35 #endif
36 #endif 36 #endif
37 37