# HG changeset patch # User Romain Francoise # Date 1145123598 0 # Node ID 5c13d5389b517782343b38873a75a65940ee861f # Parent f8318ae4512702db43dbd2a5fce8522026de473e (BASE_PURESIZE): Increment to 1210000. diff -r f8318ae45127 -r 5c13d5389b51 src/ChangeLog --- a/src/ChangeLog Sat Apr 15 16:36:56 2006 +0000 +++ b/src/ChangeLog Sat Apr 15 17:53:18 2006 +0000 @@ -1,3 +1,7 @@ +2006-04-15 Romain Francoise + + * puresize.h (BASE_PURESIZE): Increment to 1210000. + 2006-04-13 Micha,Ak(Bl Cadilhac (tiny change) * print.c (Fprin1_to_string): Mention in the `doc' that the diff -r f8318ae45127 -r 5c13d5389b51 src/puresize.h --- a/src/puresize.h Sat Apr 15 16:36:56 2006 +0000 +++ b/src/puresize.h Sat Apr 15 17:53:18 2006 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */