1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00

(BASE_PURESIZE): Incremented to 1130000.

This commit is contained in:
Romain Francoise 2005-10-28 17:57:02 +00:00
parent 6a9e60bc9d
commit ab5d87b3e6
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-10-28 Romain Francoise <romain@orebokech.com>
* puresize.h (BASE_PURESIZE): Incremented to 1130000.
2005-10-28 Richard M. Stallman <rms@gnu.org>
* xfns.c (syms_of_xfns): Provide `x' as feature.
@ -10,7 +14,7 @@
* alloc.c (spare_memory): No longer static.
(xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
* puresize.h (BASE_PURESIZE): Incremented to 112000.
* puresize.h (BASE_PURESIZE): Incremented to 1120000.
2005-10-27 Chong Yidong <cyd@stupidchicken.com>

View File

@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */
#endif
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */