Mercurial > emacs
comparison src/puresize.h @ 16163:3ec903b6bcd8
(BASE_PURESIZE): Increased.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Sep 1996 19:04:17 +0000 |
parents | ccf489f8596e |
children | 045eb8f891dc |
comparison
equal
deleted
inserted
replaced
16162:e784a5d29bd5 | 16163:3ec903b6bcd8 |
---|---|
40 #ifndef SITELOAD_PURESIZE_EXTRA | 40 #ifndef SITELOAD_PURESIZE_EXTRA |
41 #define SITELOAD_PURESIZE_EXTRA 0 | 41 #define SITELOAD_PURESIZE_EXTRA 0 |
42 #endif | 42 #endif |
43 | 43 |
44 #ifndef BASE_PURESIZE | 44 #ifndef BASE_PURESIZE |
45 #define BASE_PURESIZE (325000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 #define BASE_PURESIZE (350000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
46 #endif | 46 #endif |
47 | 47 |
48 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 48 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |
49 #ifndef PURESIZE_RATIO | 49 #ifndef PURESIZE_RATIO |
50 #if VALBITS + GCTYPEBITS + 1 > 32 | 50 #if VALBITS + GCTYPEBITS + 1 > 32 |