aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Francoise2006-02-17 19:58:17 +0000
committerRomain Francoise2006-02-17 19:58:17 +0000
commita9c18b842e82dd0d9e88ef23b958670cbd9a2639 (patch)
tree5bed1b8b45e344044bcff462e7deeb84e6787ab6 /src
parent6e69a0bf121e54b43726d814221c701ba82c797b (diff)
downloademacs-a9c18b842e82dd0d9e88ef23b958670cbd9a2639.tar.gz
emacs-a9c18b842e82dd0d9e88ef23b958670cbd9a2639.zip
(BASE_PURESIZE): Increment to 1200000.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/puresize.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index daec480efa9..53fa7465ac5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-02-17 Romain Francoise <romain@orebokech.com>
2
3 * puresize.h (BASE_PURESIZE): Increment to 1200000.
4
12006-02-17 Stefan Monnier <monnier@iro.umontreal.ca> 52006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the 7 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
diff --git a/src/puresize.h b/src/puresize.h
index da81e09a345..93dac70c123 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 (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 46#define BASE_PURESIZE (1200000 + 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. */