aboutsummaryrefslogtreecommitdiffstats
path: root/src/puresize.h
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-18 01:11:05 +0000
committerDan Nicolaescu2008-07-18 01:11:05 +0000
commitadd4eecc5c4f4408a192a1847e0ad55abd976486 (patch)
tree44eb333343a17503203baf9ac8539f998af349f4 /src/puresize.h
parent3c2dbd941620405691c0840aaa915c38ecc72249 (diff)
downloademacs-add4eecc5c4f4408a192a1847e0ad55abd976486.tar.gz
emacs-add4eecc5c4f4408a192a1847e0ad55abd976486.zip
(BASE_PURESIZE): Increase to 1240000.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index d49a7a0542d..9dba57ac497 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 (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44#define BASE_PURESIZE (1240000 + 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. */