comparison src/puresize.h @ 83716:a73440d2f146 merge-multi-tty-to-trunk

Merge multi-tty branch Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
author Miles Bader <miles@gnu.org>
date Wed, 29 Aug 2007 05:28:10 +0000
parents 73e2928cb544 0de77f320ee4
children 151b1afb6378
comparison
equal deleted inserted replaced
82950:ed8435ec5652 83716:a73440d2f146
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 (1140000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 46 #define BASE_PURESIZE (1161000 + 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