diff options
author | Andreas Schwab <schwab@suse.de> | 2006-04-16 12:19:47 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2006-04-16 12:19:47 +0000 |
commit | 6a258a33e0d76d1f173fbb3afbf0bec5192fcd12 (patch) | |
tree | 1afc196978bed490db7fce90f6705c96f62ce687 /src/puresize.h | |
parent | 51fa34bc588ffe6b6d6d20791ffaa3a855873e13 (diff) | |
download | emacs-6a258a33e0d76d1f173fbb3afbf0bec5192fcd12.tar.gz emacs-6a258a33e0d76d1f173fbb3afbf0bec5192fcd12.tar.bz2 emacs-6a258a33e0d76d1f173fbb3afbf0bec5192fcd12.zip |
(PURESIZE_RATIO): Reduce to 10/6.
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index c89ba6b0479..67e758ae799 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -49,7 +49,7 @@ Boston, MA 02110-1301, USA. */ /* 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 9/5 /* Don't surround with `()'. */ +#define PURESIZE_RATIO 10/6 /* Don't surround with `()'. */ #else #define PURESIZE_RATIO 1 #endif |