From fad622cfcad2a76062b4b4c1705879d242097785 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 15 Dec 2024 19:35:48 +0100 Subject: [PATCH] Don't define SYSTEM_PURESIZE_EXTRA * nt/inc/ms-w32.h: Don't define SYSTEM_PURESIZE_EXTRA. (cherry picked from commit 925431f030b6d6e095ed8f946243e144adcff54c) --- nt/inc/ms-w32.h | 3 --- 1 file changed, 3 deletions(-) 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' -- 2.39.5