aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn2002-08-09 05:08:10 +0000
committerKen Raeburn2002-08-09 05:08:10 +0000
commitb177738e981daf38f10675d56e4df50d0bd3f227 (patch)
treed12ca3879d6d83e2b5ff79d30ba942fc8cba4db0 /src
parent84003f382e9b713f451e65d54e103546df6febeb (diff)
downloademacs-b177738e981daf38f10675d56e4df50d0bd3f227.tar.gz
emacs-b177738e981daf38f10675d56e4df50d0bd3f227.zip
(BASE_PURESIZE): Increase to 910000.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/puresize.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c87db20540..c48fcfa3b10 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int 3 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int
4 mixup. 4 mixup.
5 5
6 * puresize.h (BASE_PURESIZE): Increase to 910000.
7
62002-08-08 Kenichi Handa <handa@etl.go.jp> 82002-08-08 Kenichi Handa <handa@etl.go.jp>
7 9
8 * coding.c (Ffind_operation_coding_system): For write-region, if 10 * coding.c (Ffind_operation_coding_system): For write-region, if
diff --git a/src/puresize.h b/src/puresize.h
index 147b377a69b..891dde40d77 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
42#endif 42#endif
43 43
44#ifndef BASE_PURESIZE 44#ifndef BASE_PURESIZE
45#define BASE_PURESIZE (830000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45#define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
46#endif 46#endif
47 47
48/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 48/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */