changeset 99535:aa3735d1a6b8 small-dump-base

(BASE_PURESIZE): Increase to 1260000.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 14 Nov 2008 00:17:11 +0000
parents 570afde3c5a3
children cca376562315
files src/ChangeLog src/puresize.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Nov 13 17:04:53 2008 +0000
+++ b/src/ChangeLog	Fri Nov 14 00:17:11 2008 +0000
@@ -1,3 +1,7 @@
+2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+	* puresize.h (BASE_PURESIZE): Increase to 1260000.
+
 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
 
 	* frame.c (x_set_alpha): Set alpha to -1 if nil given.
--- a/src/puresize.h	Thu Nov 13 17:04:53 2008 +0000
+++ b/src/puresize.h	Fri Nov 14 00:17:11 2008 +0000
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */