diff options
| author | Karoly Lorentey | 2005-11-19 13:23:31 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-11-19 13:23:31 +0000 |
| commit | e3362cebc3485806379cac1986b901f3da20d59d (patch) | |
| tree | 5a67e99d8e9fe3e16bede7750f9bc01bb1c791a8 /src | |
| parent | e8c0b22fcf9bd83bb501f91dfc880ae912186220 (diff) | |
| download | emacs-e3362cebc3485806379cac1986b901f3da20d59d.tar.gz emacs-e3362cebc3485806379cac1986b901f3da20d59d.zip | |
Increase PURESIZE yet again.
* src/puresize.h (BASE_PURESIZE): Increase to 1220000.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-442
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 849df9caa38..a8a07f052f1 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | #ifndef BASE_PURESIZE | 44 | #ifndef BASE_PURESIZE |
| 45 | #define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
| 46 | #endif | 46 | #endif |
| 47 | 47 | ||
| 48 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 48 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |