summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h
index abedce42c72..b07f72bc914 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -1,5 +1,5 @@
/* How much read-only Lisp storage a dumped Emacs needs.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2002 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA. */
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
#ifndef PURESIZE_RATIO
#if VALBITS + GCTYPEBITS + 1 > 32
-#define PURESIZE_RATIO 8/5 /* Don't surround with `()'. */
+#define PURESIZE_RATIO 9/5 /* Don't surround with `()'. */
#else
#define PURESIZE_RATIO 1
#endif