aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKaroly Lorentey2005-11-07 15:25:27 +0000
committerKaroly Lorentey2005-11-07 15:25:27 +0000
commitf5100f05486a36a443aa021b1a418e4b55988571 (patch)
tree74437fece5f4cc4ce3f835753762526e6916de0a /src
parent9d488d86232cc9bf9537707c464773369a5fda87 (diff)
downloademacs-f5100f05486a36a443aa021b1a418e4b55988571.tar.gz
emacs-f5100f05486a36a443aa021b1a418e4b55988571.zip
Increase puresize. (Emacs needs 1205176 pure bytes now.)
* src/puresize.h (BASE_PURESIZE): Increase to 1210000. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-439
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 b9942a90753..849df9caa38 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */
42#endif 42#endif
43 43
44#ifndef BASE_PURESIZE 44#ifndef BASE_PURESIZE
45#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45#define BASE_PURESIZE (1210000 + 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. */