summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-02-17 19:58:17 +0000
committerRomain Francoise <romain@orebokech.com>2006-02-17 19:58:17 +0000
commita9c18b842e82dd0d9e88ef23b958670cbd9a2639 (patch)
tree5bed1b8b45e344044bcff462e7deeb84e6787ab6 /src/puresize.h
parent6e69a0bf121e54b43726d814221c701ba82c797b (diff)
downloademacs-a9c18b842e82dd0d9e88ef23b958670cbd9a2639.tar.gz
(BASE_PURESIZE): Increment to 1200000.
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 da81e09a345..93dac70c123 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */