Mercurial > emacs
changeset 33042:0adfe4160770
(BASE_PURESIZE): Increase to 680000.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 30 Oct 2000 01:16:02 +0000 |
parents | 10bc9f620b67 |
children | f7a3d4e0ddb5 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Mon Oct 30 01:14:06 2000 +0000 +++ b/src/puresize.h Mon Oct 30 01:16:02 2000 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (675000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (680000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */