Mercurial > emacs
changeset 66510:d61d223b2357
(BASE_PURESIZE): Incremented to 1130000.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Fri, 28 Oct 2005 17:57:02 +0000 |
parents | 77965ea08860 |
children | 2712f28b75e0 |
files | src/ChangeLog src/puresize.h |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Oct 28 17:06:03 2005 +0000 +++ b/src/ChangeLog Fri Oct 28 17:57:02 2005 +0000 @@ -1,3 +1,7 @@ +2005-10-28 Romain Francoise <romain@orebokech.com> + + * puresize.h (BASE_PURESIZE): Incremented to 1130000. + 2005-10-28 Richard M. Stallman <rms@gnu.org> * xfns.c (syms_of_xfns): Provide `x' as feature. @@ -10,7 +14,7 @@ * alloc.c (spare_memory): No longer static. (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve. - * puresize.h (BASE_PURESIZE): Incremented to 112000. + * puresize.h (BASE_PURESIZE): Incremented to 1120000. 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
--- a/src/puresize.h Fri Oct 28 17:06:03 2005 +0000 +++ b/src/puresize.h Fri Oct 28 17:57:02 2005 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */