# HG changeset patch # User Romain Francoise # Date 1130522222 0 # Node ID d61d223b235783b2503cfa61272d351d08f4c085 # Parent 77965ea088608c5e6d62c3e80331e7adcaef8dbf (BASE_PURESIZE): Incremented to 1130000. diff -r 77965ea08860 -r d61d223b2357 src/ChangeLog --- 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 + + * puresize.h (BASE_PURESIZE): Incremented to 1130000. + 2005-10-28 Richard M. Stallman * 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 diff -r 77965ea08860 -r d61d223b2357 src/puresize.h --- 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. */