summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-08-21 13:47:37 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-08-21 13:47:37 +0000
commit0a7c6626762fe3eda54ef8a9463805b77060c1c7 (patch)
tree059362f80e4099ec63134f516928b1ec673f0b60 /src
parent2984624d44bac3bd34bd5dc0fe57facd5c2b72c5 (diff)
downloademacs-0a7c6626762fe3eda54ef8a9463805b77060c1c7.tar.gz
(BASE_PURESIZE): Increase to 1250000.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 5012c7462c1..c1996011d8a 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/>. */
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */