]> git.eshelyaron.com Git - emacs.git/commitdiff
* puresize.h (BASE_PURESIZE): Increment to 1210500.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 5 Jul 2006 15:12:41 +0000 (15:12 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 5 Jul 2006 15:12:41 +0000 (15:12 +0000)
src/ChangeLog
src/puresize.h

index 8bfeea88e09f1821a8926cf1b1092ea58aff87c6..2a5e7afa99a1db43213136511aac1c5eadf6d723 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * puresize.h (BASE_PURESIZE): Increment to 1210500.
+
 2006-07-04  Kim F. Storm  <storm@cua.dk>
 
        * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
index 67e758ae799e59105d53cae85e0c95546f4fbb47..fa01ad610a15fbc2b64cce32117b3b7cd8497d72 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1210500 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */