diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2025-02-01 04:56:52 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2025-02-01 04:56:52 +0100 |
| commit | bf97946d7dc460b7d3c3ce03193041b891b51faf (patch) | |
| tree | c799f87903ca3dcba8b804bd185b519aacc0a636 /nt | |
| parent | a4a0957b6b3b1db858524ac6d4dc3d951f65960b (diff) | |
| parent | aa07e94439c663f768c32a689d14506d25a7a5bc (diff) | |
Merge branch 'scratch/no-purespace' into 'master'
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/INSTALL | 1 | ||||
| -rw-r--r-- | nt/inc/ms-w32.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index abdb33fbb29..39936ce53a1 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -515,7 +515,6 @@ build should run on Windows 9X and newer systems). Does Emacs support Xwidgets? no Does Emacs have threading support in lisp? yes Does Emacs support the portable dumper? yes - Does Emacs support the legacy unexec dumping? no Which dumping strategy does Emacs use? pdumper You are almost there, hang on. diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index 357b4612156..0627c4bcad7 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -595,9 +595,6 @@ typedef unsigned int EMACS_UINT; # endif #endif -/* We need a little extra space, see ../../lisp/loadup.el. */ -#define SYSTEM_PURESIZE_EXTRA 50000 - #define DATA_START get_data_start () /* For unexec to work on Alpha systems, we need to put Emacs' |
