+2009-10-26 Andreas Schwab <schwab@redhat.com>
+
+ * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
+
2009-10-26 Juanma Barranquero <lekktu@gmail.com>
* window.c (grow_mini_window): Comment out "delta >= 0" assertion.
/* 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