Mercurial > hg > xemacs-beta
comparison src/puresize.h @ 72:b9518feda344 r20-0b31
Import from CVS: tag r20-0b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:03:46 +0200 |
parents | 131b0175ea99 |
children | 6a378aca36af |
comparison
equal
deleted
inserted
replaced
71:bae944334fa4 | 72:b9518feda344 |
---|---|
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 #if (LONGBITS == 64) | 34 #if (LONGBITS == 64) |
35 # define BASE_PURESIZE 912000 | 35 # define BASE_PURESIZE 922000 |
36 #else | 36 #else |
37 # define BASE_PURESIZE 552000 | 37 # define BASE_PURESIZE 562000 |
38 #endif | 38 #endif |
39 | 39 |
40 /* If any particular systems need to change the base puresize, they | 40 /* If any particular systems need to change the base puresize, they |
41 should define SYSTEM_PURESIZE_EXTRA. Note that this can be | 41 should define SYSTEM_PURESIZE_EXTRA. Note that this can be |
42 negative as well as positive. | 42 negative as well as positive. |