(BASE_PURESIZE): Increase to 1140000.

This commit is contained in:
Katsumi Yamaoka 2008-04-11 10:23:49 +00:00
parent b6924dd73a
commit da44dd8487
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
* puresize.h (BASE_PURESIZE): Increase to 1140000.
2008-04-10 Michael Albinus <michael.albinus@gmx.de>
* fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK

View file

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