aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-11 19:04:17 +0000
committerRichard M. Stallman1996-09-11 19:04:17 +0000
commitc73d87f7b4492595eec9f354b83bdf37d7e59a68 (patch)
tree982a46e1547d434f94008ef272b79c3ef1c110b2 /src
parent7e814940454777d8ce9aa0260fcc3eb856c11340 (diff)
downloademacs-c73d87f7b4492595eec9f354b83bdf37d7e59a68.tar.gz
emacs-c73d87f7b4492595eec9f354b83bdf37d7e59a68.zip
(BASE_PURESIZE): Increased.
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 f413ecbf4f7..5ce857203ec 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 (325000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45#define BASE_PURESIZE (350000 + 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. */