Mercurial > emacs
diff src/m/hp800.h @ 52495:7afb553c7135
(XMARKBIT, XUNMARK): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 12 Sep 2003 19:54:10 +0000 |
parents | 695cf19ef79e |
children | 23a17af379b1 |
line wrap: on
line diff
--- a/src/m/hp800.h Fri Sep 12 19:44:31 2003 +0000 +++ b/src/m/hp800.h Fri Sep 12 19:54:10 2003 +0000 @@ -67,12 +67,6 @@ #define XSET(var, type, ptr) \ ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)) - -#define XMARKBIT(a) ((a) < 0) - -#if 0 /* Loses when sign bit of type field is set. */ -#define XUNMARK(a) ((a) = (((a) << BITS_PER_INT-GCTYPEBITS-VALBITS) >> BITS_PER_INT-GCTYPEBITS-VALBITS)) -#endif /* Common definitions for HPUX and GNU/Linux. */