Sync to HEAD
[bpt/emacs.git] / src / m / sr2k.h
index 579432a..088ea23 100644 (file)
@@ -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
 \f
 /* #ifdef __hpux */
 /* Now define a symbol for the cpu type, if your compiler
@@ -160,3 +154,6 @@ Boston, MA 02111-1307, USA.  */
 #define rindex strrchr
 
 /* #endif */
+
+/* arch-tag: 4ced5b51-ffe6-4be1-9954-eb40657023a5
+   (do not change this comment) */