emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/sr2k.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/m/sr2k.h
Date: Fri, 12 Sep 2003 15:54:14 -0400

Index: emacs/src/m/sr2k.h
diff -c emacs/src/m/sr2k.h:1.6 emacs/src/m/sr2k.h:1.7
*** emacs/src/m/sr2k.h:1.6      Mon Sep  1 11:45:58 2003
--- emacs/src/m/sr2k.h  Fri Sep 12 15:54:10 2003
***************
*** 67,78 ****
  
  #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
--- 67,72 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]