summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-17 05:40:11 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-17 05:40:11 +0000
commit0f244b26413ee66a9d2a81e836e5028c565575c0 (patch)
tree36516488090a849ea5d00a2bdd26609e7ca4762b
parent2ee1a2f7a9f12372f09aa5e80a1c45c2267bf248 (diff)
downloademacs-0f244b26413ee66a9d2a81e836e5028c565575c0.tar.gz
(PURESIZE): Defnitions deleted.
-rw-r--r--src/m/alpha.h11
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
-
-