diff options
| author | Dan Nicolaescu | 2007-08-28 06:15:33 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-08-28 06:15:33 +0000 |
| commit | 7e07ea7d59aa394469f6024ddaa1f6700757bcb1 (patch) | |
| tree | 2661e3218eb8c2fac141abc4bbdfe015e26c4371 | |
| parent | 95f56b61f7ffc56cac70f27a545da34c66d49fd7 (diff) | |
| download | emacs-7e07ea7d59aa394469f6024ddaa1f6700757bcb1.tar.gz emacs-7e07ea7d59aa394469f6024ddaa1f6700757bcb1.zip | |
* puresize.h (BASE_PURESIZE): Increase.
| -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 0a6f2858636..5f72dfb04cc 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 43 | #endif | 43 | #endif |
| 44 | 44 | ||
| 45 | #ifndef BASE_PURESIZE | 45 | #ifndef BASE_PURESIZE |
| 46 | #define BASE_PURESIZE (1158000 + 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. */ |