aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-10-04 10:19:59 +0000
committerKarl Heuer1994-10-04 10:19:59 +0000
commitfd1a334555a7ed33deb8e2a3db844e06716cc419 (patch)
treee4090d6505f72d6d1d9a6013f01dabe064e4f76a /src
parent412239cccf5bb1754d1ce5ae9a8a3016fd132227 (diff)
downloademacs-fd1a334555a7ed33deb8e2a3db844e06716cc419.tar.gz
emacs-fd1a334555a7ed33deb8e2a3db844e06716cc419.zip
Don't override definition of XSETINT.
Diffstat (limited to 'src')
-rw-r--r--src/m/alpha.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index ec036c8f089..e5b33aacad6 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -183,8 +183,3 @@ NOTE-END
183/* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ 183/* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
184 184
185#define XPNTR(a) XUINT (a) 185#define XPNTR(a) XUINT (a)
186
187
188/* Similarly, for XSETINT */
189
190#define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK))