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: Sun, 06 Jul 2003 17:06:46 -0400

Index: emacs/src/m/sr2k.h
diff -c emacs/src/m/sr2k.h:1.4 emacs/src/m/sr2k.h:1.5
*** emacs/src/m/sr2k.h:1.4      Tue Feb  4 09:03:18 2003
--- emacs/src/m/sr2k.h  Sun Jul  6 17:06:45 2003
***************
*** 1,5 ****
  /* machine description file for Hitachi SR2001/SR2201 machines.
!    Copyright (C) 1996, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* machine description file for Hitachi SR2001/SR2201 machines.
!    Copyright (C) 1996, 2002, 2003 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 69,75 ****
     ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << 
BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS))
  
  #define XMARKBIT(a) ((a) < 0)
- #define XSETMARKBIT(a,b) ((a) = ((b) ? (a)|MARKBIT : (a) & ~MARKBIT))
  
  #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))
--- 69,74 ----




reply via email to

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