comparison src/puresize.h @ 105052:fe2a0bec5d65

* puresize.h (BASE_PURESIZE): Increase to 1290000. * Makefile.in (OTHER_FILES): Define using autoconf, not cpp. (OBJECTS_MACHINE): Remove, unused. * configure.in (OTHER_FILES): Define using autoconf not cpp.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 17 Sep 2009 06:10:44 +0000
parents 3049e183cd1a
children 1a53b2a8065d
comparison
equal deleted inserted replaced
105051:b24c3613ac28 105052:fe2a0bec5d65
39 #ifndef SITELOAD_PURESIZE_EXTRA 39 #ifndef SITELOAD_PURESIZE_EXTRA
40 #define SITELOAD_PURESIZE_EXTRA 0 40 #define SITELOAD_PURESIZE_EXTRA 0
41 #endif 41 #endif
42 42
43 #ifndef BASE_PURESIZE 43 #ifndef BASE_PURESIZE
44 #define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44 #define BASE_PURESIZE (1290000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
45 #endif 45 #endif
46 46
47 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 47 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
48 #ifndef PURESIZE_RATIO 48 #ifndef PURESIZE_RATIO
49 #if BITS_PER_EMACS_INT > 32 49 #if BITS_PER_EMACS_INT > 32