aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/sr2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/sr2k.h')
-rw-r--r--src/m/sr2k.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/sr2k.h b/src/m/sr2k.h
index c3865a79e7..088ea23d94 100644
--- a/src/m/sr2k.h
+++ b/src/m/sr2k.h
@@ -67,12 +67,6 @@ Boston, MA 02111-1307, USA. */
#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
/* #ifdef __hpux */
/* Now define a symbol for the cpu type, if your compiler