]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1120000.
authorAndreas Schwab <schwab@suse.de>
Mon, 7 Aug 2006 16:39:36 +0000 (16:39 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 7 Aug 2006 16:39:36 +0000 (16:39 +0000)
src/ChangeLog
src/puresize.h

index 2e0563e44a7564a663b7398deb6acfaf5c7eef5c..7c0408196aad6ab8fd61a66ba08e463ab6cc76bf 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-07  Andreas Schwab  <schwab@suse.de>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1120000.
+
 2006-08-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
index bae7cbb6d6a71973bea961e9ca09f77498e485e2..5dd374af207406fc971dee3cd0785263d5696619 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1102000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */