summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-04-16 17:27:17 +0000
committerRomain Francoise <romain@orebokech.com>2006-04-16 17:27:17 +0000
commit8d95636b2ec6166746e808f2cffd143a0118a88a (patch)
treef4d5c70bbda7a7cbf74129a121bd2e43d9243234 /src/puresize.h
parent6a258a33e0d76d1f173fbb3afbf0bec5192fcd12 (diff)
downloademacs-8d95636b2ec6166746e808f2cffd143a0118a88a.tar.gz
emacs-8d95636b2ec6166746e808f2cffd143a0118a88a.tar.bz2
emacs-8d95636b2ec6166746e808f2cffd143a0118a88a.zip
(BASE_PURESIZE): Decrement back 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 67e758ae799..fa73736bc43 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 (1210000 + 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. */