diff options
-rw-r--r-- | src/m/alpha.h | 11 |
1 files changed, 0 insertions, 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 - - |