diff src/puresize.h @ 105770:435ad0d7953a

(PURESIZE_RATIO): Increase back to 10/6.
author Andreas Schwab <schwab@linux-m68k.org>
date Mon, 26 Oct 2009 10:39:41 +0000
parents 15ad48c965e3
children 0ad1fc06bfc8
line wrap: on
line diff
--- a/src/puresize.h	Mon Oct 26 10:04:37 2009 +0000
+++ b/src/puresize.h	Mon Oct 26 10:39:41 2009 +0000
@@ -47,7 +47,7 @@
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
 #ifndef PURESIZE_RATIO
 #if BITS_PER_EMACS_INT > 32
-#define PURESIZE_RATIO 11/7	/* Don't surround with `()'. */
+#define PURESIZE_RATIO 10/6	/* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1
 #endif