aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2007-08-24 06:05:22 +0000
committerDan Nicolaescu2007-08-24 06:05:22 +0000
commite9acd138fad958de844979f525594a7a7e336f72 (patch)
treebf480447fa44a421c6e3148bad54731e0e256fef /src
parent0d028d8f5d80522d3c06d30dc9a496c999a8b185 (diff)
downloademacs-e9acd138fad958de844979f525594a7a7e336f72.tar.gz
emacs-e9acd138fad958de844979f525594a7a7e336f72.zip
(BASE_PURESIZE): Increase.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.multi-tty4
-rw-r--r--src/puresize.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty
index 099531b928b..70e68d62169 100644
--- a/src/ChangeLog.multi-tty
+++ b/src/ChangeLog.multi-tty
@@ -1,3 +1,7 @@
12007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * puresize.h (BASE_PURESIZE): Increase.
4
12007-07-29 Dan Nicolaescu <dann@ics.uci.edu> 52007-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * puresize.h (BASE_PURESIZE): Increase. 7 * puresize.h (BASE_PURESIZE): Increase.
diff --git a/src/puresize.h b/src/puresize.h
index 2c00f393c73..0a6f2858636 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 (1143000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 46#define BASE_PURESIZE (1158000 + 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. */