Mercurial > emacs
changeset 9258:b8b139a8b481
Don't override definition of XSETINT.
(XSETUINT, XSETPNTR): Deleted.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 04 Oct 1994 10:29:31 +0000 |
parents | d77adcd3277b |
children | df555d80f093 |
files | src/m/hp800.h src/m/iris4d.h src/m/iris5d.h src/m/mips.h |
diffstat | 4 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/hp800.h Tue Oct 04 10:24:08 1994 +0000 +++ b/src/m/hp800.h Tue Oct 04 10:29:31 1994 +0000 @@ -141,9 +141,6 @@ #define XSET(var, type, ptr) \ ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << INTBITS-VALBITS) >> INTBITS-VALBITS)) -#define XSETINT(a, b) XSET(a, XTYPE(a), b) -#define XSETUINT(a, b) XSET(a, XTYPE(a), b) -#define XSETPNTR(a, b) XSET(a, XTYPE(a), b) #define XMARKBIT(a) ((a) < 0) #define XSETMARKBIT(a,b) ((a) = ((b) ? (a)|MARKBIT : (a) & ~MARKBIT))
--- a/src/m/iris4d.h Tue Oct 04 10:24:08 1994 +0000 +++ b/src/m/iris4d.h Tue Oct 04 10:29:31 1994 +0000 @@ -181,10 +181,6 @@ #define XSET(var, type, ptr) \ ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << INTBITS-VALBITS) >> INTBITS-VALBITS)) -#define XSETINT(a, b) XSET(a, XTYPE(a), b) -#define XSETUINT(a, b) XSET(a, XTYPE(a), b) -#define XSETPNTR(a, b) XSET(a, XTYPE(a), b) - #define XMARKBIT(a) ((a) < 0) #define XSETMARKBIT(a,b) ((a) = ((a) & ~MARKBIT) | ((b) ? MARKBIT : 0)) #define XUNMARK(a) ((a) = (((unsigned)(a) << INTBITS-GCTYPEBITS-VALBITS) >> INTBITS-GCTYPEBITS-VALBITS))
--- a/src/m/iris5d.h Tue Oct 04 10:24:08 1994 +0000 +++ b/src/m/iris5d.h Tue Oct 04 10:29:31 1994 +0000 @@ -182,10 +182,6 @@ #define XSET(var, type, ptr) \ ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << INTBITS-VALBITS) >> INTBITS-VALBITS)) -#define XSETINT(a, b) XSET(a, XTYPE(a), b) -#define XSETUINT(a, b) XSET(a, XTYPE(a), b) -#define XSETPNTR(a, b) XSET(a, XTYPE(a), b) - #define XMARKBIT(a) ((a) < 0) #define XSETMARKBIT(a,b) ((a) = ((a) & ~MARKBIT) | ((b) ? MARKBIT : 0)) #define XUNMARK(a) ((a) = (((unsigned)(a) << INTBITS-GCTYPEBITS-VALBITS) >> INTBITS-GCTYPEBITS-VALBITS))
--- a/src/m/mips.h Tue Oct 04 10:24:08 1994 +0000 +++ b/src/m/mips.h Tue Oct 04 10:29:31 1994 +0000 @@ -176,10 +176,6 @@ ((int)(type) << VALBITS) \ + (((unsigned) (ptr) << (INTBITS-VALBITS)) >> (INTBITS-VALBITS))) -#define XSETINT(a, b) XSET(a, XTYPE(a), b) -#define XSETUINT(a, b) XSET(a, XTYPE(a), b) -#define XSETPNTR(a, b) XSET(a, XTYPE(a), b) - #define XUNMARK(a) \ ((a) = \ (((unsigned)(a) << (INTBITS-GCTYPEBITS-VALBITS)) \