]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1130000.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 30 Jul 2007 22:40:16 +0000 (22:40 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 30 Jul 2007 22:40:16 +0000 (22:40 +0000)
src/ChangeLog
src/puresize.h

index 327597f366cfc0f57b1d36ba5f650f792e5e7ccc..b8054295979d4f146ea1bbbf456767b41166aed2 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1130000.
+
 2007-07-30  Richard Stallman  <rms@gnu.org>
 
        * lread.c (readevalloop, read1): Treat NBSP as whitespace.
index 49cb9b1b387b44dcb19a1cf284299eb9fd143472..c6456730075145ae908c97b77b46665189575a4f 100644 (file)
@@ -43,7 +43,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.  */