Mercurial > hg > xemacs-beta
diff src/puresize.h @ 84:ac0620f6398e r20-0b92
Import from CVS: tag r20-0b92
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:08:29 +0200 |
parents | 6a378aca36af |
children | 821dec489c24 |
line wrap: on
line diff
--- a/src/puresize.h Mon Aug 13 09:07:39 2007 +0200 +++ b/src/puresize.h Mon Aug 13 09:08:29 2007 +0200 @@ -32,9 +32,9 @@ things configured in. */ #if (LONGBITS == 64) -# define BASE_PURESIZE 847000 +# define BASE_PURESIZE 893000 #else -# define BASE_PURESIZE 467000 +# define BASE_PURESIZE 513000 #endif /* If any particular systems need to change the base puresize, they @@ -79,9 +79,9 @@ #ifdef MULE # if (LONGBITS == 64) -# define MULE_PURESIZE_EXTRA 144000 +# define MULE_PURESIZE_EXTRA 99000 # else -# define MULE_PURESIZE_EXTRA 123000 +# define MULE_PURESIZE_EXTRA 78000 # endif #else # define MULE_PURESIZE_EXTRA 0 @@ -110,7 +110,11 @@ /* Extra amount of purespace needed for Sunpro builds. */ #ifdef SUNPRO -# define SUNPRO_PURESIZE_EXTRA 40000 +#ifdef MULE /* ~50k extra for tm */ +# define SUNPRO_PURESIZE_EXTRA 135000 +#else +#define SUNPRO_PURESIZE_EXTRA 85000 +#endif #else # define SUNPRO_PURESIZE_EXTRA 0 #endif