Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/puresize.h Mon Aug 13 09:20:50 2007 +0200 +++ b/src/puresize.h Mon Aug 13 09:21:54 2007 +0200 @@ -31,11 +31,16 @@ /* Basic amount of purespace to use, in the absence of extra things configured in. */ + +/* This computation is Barbra Streisand, BS #if (LONGBITS == 64) # define BASE_PURESIZE 938000 #else # define BASE_PURESIZE 563000 -#endif +#endif +*/ + +#define BASE_PURESIZE 1400000 /* If any particular systems need to change the base puresize, they should define SYSTEM_PURESIZE_EXTRA. Note that this can be