From: Richard M. Stallman Date: Sat, 17 Sep 1994 05:40:11 +0000 (+0000) Subject: (PURESIZE): Defnitions deleted. X-Git-Tag: emacs-19.34~6999 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f244b26413ee66a9d2a81e836e5028c565575c0;p=emacs.git (PURESIZE): Defnitions deleted. --- diff --git a/src/m/alpha.h b/src/m/alpha.h index a78aec54fc7..d071319e062 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -188,14 +188,3 @@ NOTE-END /* Similarly, for XSETINT */ #define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK)) - - -/* Make PURESIZE twice as large, as pointers are 64 bit */ - -#ifdef MULTI_FRAME -#define PURESIZE 460000 -#else -#define PURESIZE 400000 -#endif - -