mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 00:31:01 -08:00
(BASE_PURESIZE): Increase to 1140000.
This commit is contained in:
parent
4bf9880004
commit
b8fa755be0
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* puresize.h (BASE_PURESIZE): Increase to 1140000.
|
||||
|
||||
2007-08-19 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* eval.c (Ffunction, Fquote): Signal error if not 1 argument.
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */
|
|||
#endif
|
||||
|
||||
#ifndef BASE_PURESIZE
|
||||
#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||
#define BASE_PURESIZE (1140000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||
#endif
|
||||
|
||||
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue