aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Francoise2005-10-28 17:57:02 +0000
committerRomain Francoise2005-10-28 17:57:02 +0000
commitab5d87b3e611650805cdf33e9c769eae6b77f580 (patch)
tree779f08af5b4a434745b3f1f9156b0e4527a38a3c /src
parent6a9e60bc9d00915ca200f4fa1a2c43efeb80c9ad (diff)
downloademacs-ab5d87b3e611650805cdf33e9c769eae6b77f580.tar.gz
emacs-ab5d87b3e611650805cdf33e9c769eae6b77f580.zip
(BASE_PURESIZE): Incremented to 1130000.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/puresize.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 88c6d138a63..d4af13219fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-10-28 Romain Francoise <romain@orebokech.com>
2
3 * puresize.h (BASE_PURESIZE): Incremented to 1130000.
4
12005-10-28 Richard M. Stallman <rms@gnu.org> 52005-10-28 Richard M. Stallman <rms@gnu.org>
2 6
3 * xfns.c (syms_of_xfns): Provide `x' as feature. 7 * xfns.c (syms_of_xfns): Provide `x' as feature.
@@ -10,7 +14,7 @@
10 * alloc.c (spare_memory): No longer static. 14 * alloc.c (spare_memory): No longer static.
11 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve. 15 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
12 16
13 * puresize.h (BASE_PURESIZE): Incremented to 112000. 17 * puresize.h (BASE_PURESIZE): Incremented to 1120000.
14 18
152005-10-27 Chong Yidong <cyd@stupidchicken.com> 192005-10-27 Chong Yidong <cyd@stupidchicken.com>
16 20
diff --git a/src/puresize.h b/src/puresize.h
index 8ddbab8bbfe..8c755ea76a8 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */
42#endif 42#endif
43 43
44#ifndef BASE_PURESIZE 44#ifndef BASE_PURESIZE
45#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45#define BASE_PURESIZE (1130000 + 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. */