summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-08-28 06:15:33 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-08-28 06:15:33 +0000
commit953b5a0ad742650e3a30ff82eeec54aab54e98d6 (patch)
tree03476d3e5fb9a186e8de2519af2e1a776532175f /src/puresize.h
parent5722ce84531214b7f87c7293d9a62d195b6af006 (diff)
downloademacs-953b5a0ad742650e3a30ff82eeec54aab54e98d6.tar.gz
* puresize.h (BASE_PURESIZE): Increase.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 0a6f2858636..5f72dfb04cc 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 (1158000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */