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:
parent
d6710afe34
commit
955b979c00
@ -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.
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user