aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2007-08-28 06:15:33 +0000
committerDan Nicolaescu2007-08-28 06:15:33 +0000
commit7e07ea7d59aa394469f6024ddaa1f6700757bcb1 (patch)
tree2661e3218eb8c2fac141abc4bbdfe015e26c4371 /src
parent95f56b61f7ffc56cac70f27a545da34c66d49fd7 (diff)
downloademacs-7e07ea7d59aa394469f6024ddaa1f6700757bcb1.tar.gz
emacs-7e07ea7d59aa394469f6024ddaa1f6700757bcb1.zip
* puresize.h (BASE_PURESIZE): Increase.
Diffstat (limited to 'src')
-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. */
43#endif 43#endif
44 44
45#ifndef BASE_PURESIZE 45#ifndef BASE_PURESIZE
46#define BASE_PURESIZE (1158000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 46#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
47#endif 47#endif
48 48
49/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 49/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */