# HG changeset patch # User Richard M. Stallman # Date 1130516675 0 # Node ID 44a0b7df81e41dea00c50d599c592c481e944bae # Parent ab7539940003a89c35440ec8466d9da0347cb4ae (BASE_PURESIZE): Incremented to 112000. diff -r ab7539940003 -r 44a0b7df81e4 src/puresize.h --- a/src/puresize.h Fri Oct 28 16:23:55 2005 +0000 +++ b/src/puresize.h Fri Oct 28 16:24:35 2005 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1100000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */