diff options
| author | Eli Zaretskii | 2006-04-21 09:24:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-21 09:24:43 +0000 |
| commit | 0d95f6b24c499c31d99331a5a98f24a770e3ef67 (patch) | |
| tree | 241f0940a6dd6fc7ca1129f94fe50b2f5e065c79 /src/s | |
| parent | a0c62ca2998a7daca34aac44186903959088f538 (diff) | |
| download | emacs-0d95f6b24c499c31d99331a5a98f24a770e3ef67.tar.gz emacs-0d95f6b24c499c31d99331a5a98f24a770e3ef67.zip | |
(SYSTEM_PURESIZE_EXTRA): Increase to 25000.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 55f62644d04..fa4ca565171 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -466,9 +466,9 @@ extern char *get_emacs_configuration_options (void); | |||
| 466 | #include <string.h> | 466 | #include <string.h> |
| 467 | 467 | ||
| 468 | /* We need a little extra space, see ../../lisp/loadup.el. | 468 | /* We need a little extra space, see ../../lisp/loadup.el. |
| 469 | The number below comes from 22038 bytes worth (as of 2006-04) | 469 | The number below comes from 23923 bytes worth (as of 2006-04) |
| 470 | of w32-specific files loaded by loadup.el, plus 2K spare. */ | 470 | of w32-specific files loaded by loadup.el, plus 1K spare. */ |
| 471 | #define SYSTEM_PURESIZE_EXTRA 24000 | 471 | #define SYSTEM_PURESIZE_EXTRA 25000 |
| 472 | 472 | ||
| 473 | /* For unexec to work on Alpha systems, we need to put Emacs' | 473 | /* For unexec to work on Alpha systems, we need to put Emacs' |
| 474 | initialized data into a separate section from the CRT initialized | 474 | initialized data into a separate section from the CRT initialized |