diff options
author | Juri Linkov <juri@jurta.org> | 2007-11-10 22:42:06 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-11-10 22:42:06 +0000 |
commit | d83e029983704d68b3257a678c79916177296271 (patch) | |
tree | 7d3507ef1c46a052e8f4bf7af5e6d644f1a7aa4c /src/puresize.h | |
parent | ad360c93569145287ebc964573a7dfcbe313850a (diff) | |
download | emacs-d83e029983704d68b3257a678c79916177296271.tar.gz |
(BASE_PURESIZE): Increase to 1130000.
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 49cb9b1b387..c6456730075 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 (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |