Mercurial > hg > xemacs-beta
comparison src/puresize.h @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | 360340f9fd5f |
children | 7d55a9ba150c |
comparison
equal
deleted
inserted
replaced
113:2ec2fe4a4c89 | 114:8619ce7e4c50 |
---|---|
29 #ifndef RAW_PURESIZE | 29 #ifndef RAW_PURESIZE |
30 | 30 |
31 /* Basic amount of purespace to use, in the absence of extra | 31 /* Basic amount of purespace to use, in the absence of extra |
32 things configured in. */ | 32 things configured in. */ |
33 | 33 |
34 | |
35 /* This computation is Barbra Streisand, BS | |
34 #if (LONGBITS == 64) | 36 #if (LONGBITS == 64) |
35 # define BASE_PURESIZE 938000 | 37 # define BASE_PURESIZE 938000 |
36 #else | 38 #else |
37 # define BASE_PURESIZE 563000 | 39 # define BASE_PURESIZE 563000 |
38 #endif | 40 #endif |
41 */ | |
42 | |
43 #define BASE_PURESIZE 1400000 | |
39 | 44 |
40 /* If any particular systems need to change the base puresize, they | 45 /* If any particular systems need to change the base puresize, they |
41 should define SYSTEM_PURESIZE_EXTRA. Note that this can be | 46 should define SYSTEM_PURESIZE_EXTRA. Note that this can be |
42 negative as well as positive. | 47 negative as well as positive. |
43 | 48 |