# HG changeset patch # User Karl Heuer # Date 781265999 0 # Node ID 50532339ab7a78ead390ed1f602edf474c7c7fb4 # Parent 07d0aeb633d815aa9f891efde30833d071b38b57 Don't override definition of XSETINT. diff -r 07d0aeb633d8 -r 50532339ab7a src/m/alpha.h --- a/src/m/alpha.h Tue Oct 04 09:12:29 1994 +0000 +++ b/src/m/alpha.h Tue Oct 04 10:19:59 1994 +0000 @@ -183,8 +183,3 @@ /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ #define XPNTR(a) XUINT (a) - - -/* Similarly, for XSETINT */ - -#define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK))