summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2009-10-26 10:39:41 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2009-10-26 10:39:41 +0000
commit242bc74cea4c4052844bd3e283e0d68802f75bcd (patch)
treec5a9139f902479b7b08558f9da31383578329b78 /src/puresize.h
parent522d013a5958f604179681172b2dfb8cb432809d (diff)
(PURESIZE_RATIO): Increase back to 10/6.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index e5925e4c38c..b6665c00649 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -47,7 +47,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* 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