]> code.delx.au - gnu-emacs/commitdiff
(BASE_PURESIZE): Increase to 1140000.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 11 Apr 2008 10:23:49 +0000 (10:23 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 11 Apr 2008 10:23:49 +0000 (10:23 +0000)
src/ChangeLog
src/puresize.h

index 1894f6d99ad244de955b72ada3989c0171083c83..0dabe60be18cd446a1032d3f7c702d17e8a80ec3 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1140000.
+
 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
 
        * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
index 23a77646e1e6b84b4d95c4c3ac3c0d26e8e112a2..0306194395be6996c99680cb97449be1a35b279c 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.  */