Mercurial > emacs
changeset 57111:722f614e880a
(PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 14 Sep 2004 20:53:18 +0000 |
parents | 8a404f675c6d |
children | 4c14357ffc27 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Tue Sep 14 20:52:55 2004 +0000 +++ b/src/puresize.h Tue Sep 14 20:53:18 2004 +0000 @@ -47,7 +47,7 @@ /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ #ifndef PURESIZE_RATIO -#if VALBITS + GCTYPEBITS + 1 > 32 +#if BITS_PER_EMACS_INT > 32 #define PURESIZE_RATIO 9/5 /* Don't surround with `()'. */ #else #define PURESIZE_RATIO 1