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/hp800.h


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

Index: emacs/src/m/hp800.h
diff -c emacs/src/m/hp800.h:1.21 emacs/src/m/hp800.h:1.22
*** emacs/src/m/hp800.h:1.21    Mon Sep  1 11:45:58 2003
--- emacs/src/m/hp800.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
  
  /* Common definitions for HPUX and GNU/Linux.  */
  
--- 67,72 ----




reply via email to

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