diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-08-24 06:05:22 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-08-24 06:05:22 +0000 |
commit | e9acd138fad958de844979f525594a7a7e336f72 (patch) | |
tree | bf480447fa44a421c6e3148bad54731e0e256fef /src/puresize.h | |
parent | 0d028d8f5d80522d3c06d30dc9a496c999a8b185 (diff) | |
download | emacs-e9acd138fad958de844979f525594a7a7e336f72.tar.gz |
(BASE_PURESIZE): Increase.
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index 2c00f393c73..0a6f2858636 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1143000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1158000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |