Mercurial > emacs
diff src/puresize.h @ 43316:3b39ade5b472
(BASE_PURESIZE): Increase to 9/5.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Fri, 15 Feb 2002 21:51:56 +0000 |
| parents | e1bdfb062a79 |
| children | e4c4106d2160 |
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
