From: Richard M. Stallman Date: Tue, 1 Nov 1994 10:31:35 +0000 (+0000) Subject: (SYSTEM_PURESIZE_EXTRA): Defined. X-Git-Tag: emacs-19.34~6051 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=896c0d8b141ed14783af53dc76adb73d0c771c45;p=emacs.git (SYSTEM_PURESIZE_EXTRA): Defined. --- diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 53df90e48a3..ddd3ec32351 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -262,3 +262,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _WINSOCKAPI_ 1 /* ============================================================ */ + +/* Give us extra pure storage. */ + +#define SYSTEM_PURESIZE_EXTRA 52000