]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1140000.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 22 Aug 2007 02:17:45 +0000 (02:17 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 22 Aug 2007 02:17:45 +0000 (02:17 +0000)
src/ChangeLog
src/puresize.h

index 3962c17497061d93c63e3452488905f6a9ed24a1..1b29ea36acbcb138b653e0ee142115cecb931586 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1140000.
+
 2007-08-19  Richard Stallman  <rms@gnu.org>
 
        * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
index c6456730075145ae908c97b77b46665189575a4f..8ce51dbfd8ba14545f3644552af43960bbe41401 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1140000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */