# HG changeset patch # User Andreas Schwab # Date 1013809916 0 # Node ID 3b39ade5b472f397555a1b098eaf0f1abfbc669d # Parent 993cb381ee7da278d6468118f6ffad0c8a3e52d2 (BASE_PURESIZE): Increase to 9/5. diff -r 993cb381ee7d -r 3b39ade5b472 src/puresize.h --- 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