diff src/m/alpha.h @ 8855:8db5444c2708

(PURESIZE): Defnitions deleted.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 1994 05:40:11 +0000
parents 2afe507ed505
children 191acacfa1ec
line wrap: on
line diff
--- 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
-
-