diff options
| author | Geoff Voelker | 1998-08-19 03:48:17 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-08-19 03:48:17 +0000 |
| commit | d08e1f6c0da559e6ad25658aca9cefd01244a30b (patch) | |
| tree | 8c2fb4b67e2a7384704c9746877606f51c503de8 /src/s | |
| parent | a4252bdbf5100f54506acc2e4e99af783b695c89 (diff) | |
| download | emacs-d08e1f6c0da559e6ad25658aca9cefd01244a30b.tar.gz emacs-d08e1f6c0da559e6ad25658aca9cefd01244a30b.zip | |
(SYSTEM_PURESIZE_EXTRA): Increase.
Diffstat (limited to 'src/s')
| -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 58fa4d05b97..606428b62bb 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -436,7 +436,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 436 | #endif | 436 | #endif |
| 437 | 437 | ||
| 438 | /* We need a little extra space, see ../../lisp/loadup.el */ | 438 | /* We need a little extra space, see ../../lisp/loadup.el */ |
| 439 | #define SYSTEM_PURESIZE_EXTRA 75000 | 439 | #define SYSTEM_PURESIZE_EXTRA 137500 |
| 440 | 440 | ||
| 441 | /* For unexec to work on Alpha systems, we need to put Emacs' | 441 | /* For unexec to work on Alpha systems, we need to put Emacs' |
| 442 | initialized data into a separate section from the CRT initialized | 442 | initialized data into a separate section from the CRT initialized |