Mercurial > emacs
changeset 70031:5c13d5389b51
(BASE_PURESIZE): Increment to 1210000.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 15 Apr 2006 17:53:18 +0000 |
parents | f8318ae45127 |
children | e2e7fb0a2f70 |
files | src/ChangeLog src/puresize.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Apr 15 16:36:56 2006 +0000 +++ b/src/ChangeLog Sat Apr 15 17:53:18 2006 +0000 @@ -1,3 +1,7 @@ +2006-04-15 Romain Francoise <romain@orebokech.com> + + * puresize.h (BASE_PURESIZE): Increment to 1210000. + 2006-04-13 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) * print.c (Fprin1_to_string): Mention in the `doc' that the
--- a/src/puresize.h Sat Apr 15 16:36:56 2006 +0000 +++ b/src/puresize.h Sat Apr 15 17:53:18 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1200000 + 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. */