diff options
| author | Eli Zaretskii | 2006-04-16 18:07:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-16 18:07:30 +0000 |
| commit | 4bba30640b68dda37cb7b0c3182fd24bead8e1f4 (patch) | |
| tree | 5e698a9f1a06f5bd9e93d77dd3b6bce174b3cb5e /src/s | |
| parent | 8d95636b2ec6166746e808f2cffd143a0118a88a (diff) | |
| download | emacs-4bba30640b68dda37cb7b0c3182fd24bead8e1f4.tar.gz emacs-4bba30640b68dda37cb7b0c3182fd24bead8e1f4.zip | |
(SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/ms-w32.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 3e5d9c865bb..55f62644d04 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -465,8 +465,10 @@ extern char *get_emacs_configuration_options (void); | |||
| 465 | #endif | 465 | #endif |
| 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 | #define SYSTEM_PURESIZE_EXTRA 137500 | 469 | The number below comes from 22038 bytes worth (as of 2006-04) |
| 470 | of w32-specific files loaded by loadup.el, plus 2K spare. */ | ||
| 471 | #define SYSTEM_PURESIZE_EXTRA 24000 | ||
| 470 | 472 | ||
| 471 | /* 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' |
| 472 | initialized data into a separate section from the CRT initialized | 474 | initialized data into a separate section from the CRT initialized |