Mercurial > emacs
comparison src/puresize.h @ 91048:d38543a1c0f9
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 880-885)
- Remove RCS keywords from doc/misc/cc-mode.texi
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-264
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 13 Oct 2007 05:53:03 +0000 |
parents | bdb3fe0ba9fa d9578941757d |
children | 880960b70474 |
comparison
equal
deleted
inserted
replaced
91047:1cf8ecbaa1dc | 91048:d38543a1c0f9 |
---|---|
41 #ifndef SITELOAD_PURESIZE_EXTRA | 41 #ifndef SITELOAD_PURESIZE_EXTRA |
42 #define SITELOAD_PURESIZE_EXTRA 0 | 42 #define SITELOAD_PURESIZE_EXTRA 0 |
43 #endif | 43 #endif |
44 | 44 |
45 #ifndef BASE_PURESIZE | 45 #ifndef BASE_PURESIZE |
46 #define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 46 #define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
47 #endif | 47 #endif |
48 | 48 |
49 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 49 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |
50 #ifndef PURESIZE_RATIO | 50 #ifndef PURESIZE_RATIO |
51 #if BITS_PER_EMACS_INT > 32 | 51 #if BITS_PER_EMACS_INT > 32 |