]> code.delx.au - gnu-emacs/commitdiff
(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 f9ed2746df3bb6b73ffb5893d9b0c09e005b03e2..fbee97e3356081e09c5d194b63079a354f01e5c6 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 30b5a81929981f053f55a84c819bf80043b6a907..89bb76b2cb94fabeceb415e4a5b312d3f29c967c 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.  */