Mercurial > emacs
changeset 83686:0de77f320ee4
* puresize.h (BASE_PURESIZE): Increase.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 28 Aug 2007 06:15:33 +0000 |
parents | 394067987d17 |
children | e95ba23e6638 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Tue Aug 28 04:05:18 2007 +0000 +++ b/src/puresize.h Tue Aug 28 06:15:33 2007 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1158000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */