aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-17 05:40:11 +0000
committerRichard M. Stallman1994-09-17 05:40:11 +0000
commit0f244b26413ee66a9d2a81e836e5028c565575c0 (patch)
tree36516488090a849ea5d00a2bdd26609e7ca4762b /src
parent2ee1a2f7a9f12372f09aa5e80a1c45c2267bf248 (diff)
downloademacs-0f244b26413ee66a9d2a81e836e5028c565575c0.tar.gz
emacs-0f244b26413ee66a9d2a81e836e5028c565575c0.zip
(PURESIZE): Defnitions deleted.
Diffstat (limited to 'src')
-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
188/* Similarly, for XSETINT */ 188/* Similarly, for XSETINT */
189 189
190#define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK)) 190#define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK))
191
192
193/* Make PURESIZE twice as large, as pointers are 64 bit */
194
195#ifdef MULTI_FRAME
196#define PURESIZE 460000
197#else
198#define PURESIZE 400000
199#endif
200
201