]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 9/5.
authorAndreas Schwab <schwab@suse.de>
Fri, 15 Feb 2002 21:52:12 +0000 (21:52 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 15 Feb 2002 21:52:12 +0000 (21:52 +0000)
src/ChangeLog
src/puresize.h

index 39f0106235afaca5fabf60c8b7b5815b1b578ca1..3e69a246aa3897e5cb568e0e1b3669633c253578 100644 (file)
@@ -1,5 +1,7 @@
 2002-02-15  Andreas Schwab  <schwab@suse.de>
 
+       * puresize.h (BASE_PURESIZE): Increase to 9/5.
+
        * alloc.c (NSTATICS): Increase to 1280.
 
 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
index abedce42c725b0358f64ca512e01ec9e9ff04569..b07f72bc9144f1d587f8f6f52073660bcfe052e0 100644 (file)
@@ -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