summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-03-10 19:58:01 +0000
committerKarl Heuer <kwzh@gnu.org>1999-03-10 19:58:01 +0000
commit908ec3ce2c75398c54c173b9f75a32faa2185cd1 (patch)
tree4cb4cfe3ff273d38da18796a37e54e49339b8d9f /src
parent72e8143ca9449f739b91aaf86f37f9cc700afb1a (diff)
downloademacs-908ec3ce2c75398c54c173b9f75a32faa2185cd1.tar.gz
(BASE_PURESIZE): Increase to 505000.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 3f337ca2d52..23f35559c47 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (505000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
@@ -96,4 +96,3 @@ extern char my_edata[];
#endif /* PNTR_COMPARISON_TYPE */
#endif /* VIRT_ADDRESS_VARIES */
-