From 0f244b26413ee66a9d2a81e836e5028c565575c0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Sep 1994 05:40:11 +0000 Subject: [PATCH] (PURESIZE): Defnitions deleted. --- src/m/alpha.h | 11 ----------- 1 file changed, 11 deletions(-) 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 - - -- 2.39.5