Mercurial > hg > xemacs-beta
comparison src/puresize.h @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | b82b59fe008d |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
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 905000 | 35 # define BASE_PURESIZE 912000 |
36 #else | 36 #else |
37 # define BASE_PURESIZE 540000 | 37 # define BASE_PURESIZE 552000 |
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. |