diff options
| author | Karoly Lorentey <lorentey@elte.hu> | 2005-11-19 13:23:31 +0000 |
|---|---|---|
| committer | Karoly Lorentey <lorentey@elte.hu> | 2005-11-19 13:23:31 +0000 |
| commit | e3362cebc3485806379cac1986b901f3da20d59d (patch) | |
| tree | 5a67e99d8e9fe3e16bede7750f9bc01bb1c791a8 | |
| parent | e8c0b22fcf9bd83bb501f91dfc880ae912186220 (diff) | |
| download | emacs-e3362cebc3485806379cac1986b901f3da20d59d.tar.gz | |
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
| -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. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |
