# HG changeset patch # User Richard M. Stallman # Date 779780411 0 # Node ID 8db5444c2708fd793ea2468eec201e8d0438594c # Parent c21c9ae5f8e75fcea2fbaa6f738da85acfd89855 (PURESIZE): Defnitions deleted. diff -r c21c9ae5f8e7 -r 8db5444c2708 src/m/alpha.h --- a/src/m/alpha.h Sat Sep 17 05:36:53 1994 +0000 +++ b/src/m/alpha.h Sat Sep 17 05:40:11 1994 +0000 @@ -188,14 +188,3 @@ /* 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 - -