From 3b65392ee8d11c157e87b5c05a021450e3b4f18e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 5 Jun 1994 12:08:51 +0000 Subject: [PATCH] (PURESIZE): Increased to 222000. --- src/m/dos386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m/dos386.h b/src/m/dos386.h index 25e36249210..3987610fb78 100644 --- a/src/m/dos386.h +++ b/src/m/dos386.h @@ -109,7 +109,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_REMAP /* We need a little extra space, see ../../lisp/loadup.el */ -#define PURESIZE 220000 +#define PURESIZE 222000 /* We have (the code to control) a mouse. */ #define HAVE_MOUSE -- 2.39.5