]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 910000.
authorKen Raeburn <raeburn@raeburn.org>
Fri, 9 Aug 2002 05:08:10 +0000 (05:08 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Fri, 9 Aug 2002 05:08:10 +0000 (05:08 +0000)
src/ChangeLog
src/puresize.h

index 8c87db2054041867922cf43ee4de31b05689567e..c48fcfa3b10d87ddcfba91777e8d22ef780ef782 100644 (file)
@@ -3,6 +3,8 @@
        * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int
        mixup.
 
+       * puresize.h (BASE_PURESIZE): Increase to 910000.
+
 2002-08-08  Kenichi Handa  <handa@etl.go.jp>
 
        * coding.c (Ffind_operation_coding_system): For write-region, if
index 147b377a69b2137dc25f1b6f708dfbf5dc69ec7a..891dde40d779a7a32515549a188794db541e3726 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (830000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */