1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(BASE_PURESIZE): Increaed to 1220000.

This commit is contained in:
Kenichi Handa 2008-05-22 12:27:44 +00:00
parent d6710afe34
commit 955b979c00
2 changed files with 3 additions and 1 deletions

View 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.

View 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. */