changeset 80498:8df650d0126a

(BASE_PURESIZE): Increase to 1140000.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 11 Apr 2008 10:23:49 +0000
parents c6bdc935d2d0
children 0681f498ce1a
files src/ChangeLog src/puresize.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 11 03:19:07 2008 +0000
+++ b/src/ChangeLog	Fri Apr 11 10:23:49 2008 +0000
@@ -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
--- a/src/puresize.h	Fri Apr 11 03:19:07 2008 +0000
+++ b/src/puresize.h	Fri Apr 11 10:23:49 2008 +0000
@@ -43,7 +43,7 @@
 #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.  */