diff options
| author | Chong Yidong | 2008-08-21 13:47:37 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-21 13:47:37 +0000 |
| commit | 0a7c6626762fe3eda54ef8a9463805b77060c1c7 (patch) | |
| tree | 059362f80e4099ec63134f516928b1ec673f0b60 /src | |
| parent | 2984624d44bac3bd34bd5dc0fe57facd5c2b72c5 (diff) | |
| download | emacs-0a7c6626762fe3eda54ef8a9463805b77060c1c7.tar.gz emacs-0a7c6626762fe3eda54ef8a9463805b77060c1c7.zip | |
(BASE_PURESIZE): Increase to 1250000.
Diffstat (limited to 'src')
| -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 5012c7462c1..c1996011d8a 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 41 | #endif | 41 | #endif |
| 42 | 42 | ||
| 43 | #ifndef BASE_PURESIZE | 43 | #ifndef BASE_PURESIZE |
| 44 | #define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 44 | #define BASE_PURESIZE (1250000 + 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. */ |