]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Incremented to 1130000.
authorRomain Francoise <romain@orebokech.com>
Fri, 28 Oct 2005 17:57:02 +0000 (17:57 +0000)
committerRomain Francoise <romain@orebokech.com>
Fri, 28 Oct 2005 17:57:02 +0000 (17:57 +0000)
src/ChangeLog
src/puresize.h

index 88c6d138a631e790b3553715b2a4cac330b70de9..d4af13219fce702e42ef79658a4377f61e9bc836 100644 (file)
@@ -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>
 
index 8ddbab8bbfe54dda23be27c01cba8e315b613660..8c755ea76a87f32d28bb5beecf8294f29c29ed74 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA.  */
 #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.  */