summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaroly Lorentey <lorentey@elte.hu>2005-11-19 13:23:31 +0000
committerKaroly Lorentey <lorentey@elte.hu>2005-11-19 13:23:31 +0000
commite3362cebc3485806379cac1986b901f3da20d59d (patch)
tree5a67e99d8e9fe3e16bede7750f9bc01bb1c791a8
parente8c0b22fcf9bd83bb501f91dfc880ae912186220 (diff)
downloademacs-e3362cebc3485806379cac1986b901f3da20d59d.tar.gz
Increase PURESIZE yet again.
* src/puresize.h (BASE_PURESIZE): Increase to 1220000. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-442
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 849df9caa38..a8a07f052f1 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */