(BASE_PURESIZE): Increaed to 1220000.
authorKenichi Handa <handa@m17n.org>
Thu, 22 May 2008 12:27:44 +0000 (12:27 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 22 May 2008 12:27:44 +0000 (12:27 +0000)
src/ChangeLog
src/puresize.h

index f9ed274..fbee97e 100644 (file)
@@ -1,5 +1,7 @@
 2008-05-22  Kenichi Handa  <handa@m17n.org>
 
+       * puresize.h (BASE_PURESIZE): Increaed to 1220000.
+
        * font.c (font_prop_validate_style): Adjusted for the format
        change of font_style_table.
 
index 30b5a81..89bb76b 100644 (file)
@@ -41,7 +41,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */