Mercurial > emacs
changeset 9256:50532339ab7a
Don't override definition of XSETINT.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 04 Oct 1994 10:19:59 +0000 |
parents | 07d0aeb633d8 |
children | d77adcd3277b |
files | src/m/alpha.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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))