changeset 95999:c5659b8c29d6

(BASE_PURESIZE): Increase to 1230000.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 16 Jun 2008 04:55:44 +0000
parents edd8fc22353b
children f2d08191aec7
files src/ChangeLog src/puresize.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jun 16 02:31:20 2008 +0000
+++ b/src/ChangeLog	Mon Jun 16 04:55:44 2008 +0000
@@ -1,3 +1,7 @@
+2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+	* puresize.h (BASE_PURESIZE): Increase to 1230000.
+
 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
 
 	* font.c (font_parse_fcname): Correctly parse KEY=VAL values.
--- a/src/puresize.h	Mon Jun 16 02:31:20 2008 +0000
+++ b/src/puresize.h	Mon Jun 16 04:55:44 2008 +0000
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */