]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1170000.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 10 Oct 2007 01:14:25 +0000 (01:14 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 10 Oct 2007 01:14:25 +0000 (01:14 +0000)
src/ChangeLog
src/puresize.h

index 4160a53e9d7f93b2efb33e726f1c133077b1815d..ab4065907dc91f0670bd941c8167177ff6cdbdaf 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1170000.
+
 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
 
        * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
index 4b88283d8ddc8869648d5a5dfe0f6062e622a59e..f5b675055b899085ff4be4a0dcefeafda96c4d5a 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */