aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-10 15:19:04 +0000
committerRichard M. Stallman2002-04-10 15:19:04 +0000
commit5ecd7a584f75038a8cb6278eb093aea9c44fb1f2 (patch)
treeeb750a986f4a6311098b15f59681faae71b7629e /src
parentb70ebe3751ea73ee1dbc1c65f89776e4668dc57b (diff)
downloademacs-5ecd7a584f75038a8cb6278eb093aea9c44fb1f2.tar.gz
emacs-5ecd7a584f75038a8cb6278eb093aea9c44fb1f2.zip
(BASE_PURESIZE): Reduce again to avoid big excess.
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 11c42a28d6c..724e0747f06 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
42#endif 42#endif
43 43
44#ifndef BASE_PURESIZE 44#ifndef BASE_PURESIZE
45#define BASE_PURESIZE (900000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45#define BASE_PURESIZE (790000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
46#endif 46#endif
47 47
48/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 48/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */