Mercurial > emacs
diff src/puresize.h @ 83686:0de77f320ee4
* puresize.h (BASE_PURESIZE): Increase.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 28 Aug 2007 06:15:33 +0000 |
parents | 2ee129d4ca11 |
children | a73440d2f146 |
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. */