aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuri Linkov2009-08-07 13:55:00 +0000
committerJuri Linkov2009-08-07 13:55:00 +0000
commit416e006d39ea0eb9858f7bfb437fae24e867ce49 (patch)
tree59da8928c20231d51656ff6443b3bbeb1637f07d /src
parent3c53763cf24f7e7507fd3a941761aae836c0075e (diff)
downloademacs-416e006d39ea0eb9858f7bfb437fae24e867ce49.tar.gz
emacs-416e006d39ea0eb9858f7bfb437fae24e867ce49.zip
(BASE_PURESIZE): Increase to 1270000.
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 0ff92e33231..fcecdbe39f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-08-07 Juri Linkov <juri@jurta.org>
2
3 * puresize.h (BASE_PURESIZE): Increase to 1270000.
4
12009-08-07 Dan Nicolaescu <dann@ics.uci.edu> 52009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * print.c (syms_of_print): Undo previous change. 7 * print.c (syms_of_print): Undo previous change.
diff --git a/src/puresize.h b/src/puresize.h
index 0ed3e903771..04cbf87a840 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
41#endif 41#endif
42 42
43#ifndef BASE_PURESIZE 43#ifndef BASE_PURESIZE
44#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
45#endif 45#endif
46 46
47/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 47/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */