Mercurial > emacs
changeset 83399:2988c5a31dc1
Increase puresize. (Emacs needs 1205176 pure bytes now.)
* src/puresize.h (BASE_PURESIZE): Increase to 1210000.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-439
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 07 Nov 2005 15:25:27 +0000 |
parents | c090869028e6 |
children | 03934708f1e9 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Mon Nov 07 15:06:11 2005 +0000 +++ b/src/puresize.h Mon Nov 07 15:25:27 2005 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */