Mercurial > emacs
changeset 51678:256d7b81b774
(BASE_PURESIZE): Increment base size.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 27 Jun 2003 02:25:25 +0000 |
parents | 0fecdab10707 |
children | 399d98c3b564 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Fri Jun 27 02:24:29 2003 +0000 +++ b/src/puresize.h Fri Jun 27 02:25:25 2003 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */