/[emacs]/emacs/src/m/sr2k.h
ViewVC logotype

Diff of /emacs/src/m/sr2k.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by miles, Mon Sep 1 15:45:58 2003 UTC revision 1.7 by monnier, Fri Sep 12 19:54:10 2003 UTC
# Line 67  Boston, MA 02111-1307, USA.  */ Line 67  Boston, MA 02111-1307, USA.  */
67    
68  #define XSET(var, type, ptr) \  #define XSET(var, type, ptr) \
69     ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS))     ((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  
70    
71  /* #ifdef __hpux */  /* #ifdef __hpux */
72  /* Now define a symbol for the cpu type, if your compiler  /* Now define a symbol for the cpu type, if your compiler

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26