diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/ms-w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index ad699dff035..75888f2df2a 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -481,7 +481,7 @@ extern char *get_emacs_configuration_options (void); | |||
| 481 | /* We need a little extra space, see ../../lisp/loadup.el. | 481 | /* We need a little extra space, see ../../lisp/loadup.el. |
| 482 | The number below comes from 23923 bytes worth (as of 2006-04) | 482 | The number below comes from 23923 bytes worth (as of 2006-04) |
| 483 | of w32-specific files loaded by loadup.el, plus 1K spare. */ | 483 | of w32-specific files loaded by loadup.el, plus 1K spare. */ |
| 484 | #define SYSTEM_PURESIZE_EXTRA 25000 | 484 | #define SYSTEM_PURESIZE_EXTRA 50000 |
| 485 | 485 | ||
| 486 | /* For unexec to work on Alpha systems, we need to put Emacs' | 486 | /* For unexec to work on Alpha systems, we need to put Emacs' |
| 487 | initialized data into a separate section from the CRT initialized | 487 | initialized data into a separate section from the CRT initialized |