Mercurial > emacs
changeset 43316:3b39ade5b472
(BASE_PURESIZE): Increase to 9/5.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 15 Feb 2002 21:51:56 +0000 |
parents | 993cb381ee7d |
children | 1f63661dc13a |
files | src/puresize.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Fri Feb 15 21:25:41 2002 +0000 +++ b/src/puresize.h Fri Feb 15 21:51:56 2002 +0000 @@ -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 @@ /* 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