diff options
author | Andreas Schwab <schwab@suse.de> | 2002-02-15 21:52:12 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-02-15 21:52:12 +0000 |
commit | 5407e8a75f1903e3f34a92ab78a0cfe2d2129f9b (patch) | |
tree | bdc55039e8255ed6ce0dd5ef58aa7d9f81a66162 /src/puresize.h | |
parent | bdf67c5954e5131530a98a6b4155e50d489a3e40 (diff) | |
download | emacs-5407e8a75f1903e3f34a92ab78a0cfe2d2129f9b.tar.gz |
(BASE_PURESIZE): Increase to 9/5.
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 4 |
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 |