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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/m/sr2k.h [lexbind]
Date: Tue, 14 Oct 2003 19:23:05 -0400

Index: emacs/src/m/sr2k.h
diff -c emacs/src/m/sr2k.h:1.2.2.1 emacs/src/m/sr2k.h:1.2.2.2
*** emacs/src/m/sr2k.h:1.2.2.1  Fri Apr  4 01:21:12 2003
--- emacs/src/m/sr2k.h  Tue Oct 14 19:22:53 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.
  
***************
*** 67,79 ****
  
  #define XSET(var, type, ptr) \
     ((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))
- #endif
  
  /* #ifdef __hpux */
  /* Now define a symbol for the cpu type, if your compiler
--- 67,72 ----
***************
*** 161,163 ****
--- 154,159 ----
  #define rindex strrchr
  
  /* #endif */
+ 
+ /* arch-tag: 4ced5b51-ffe6-4be1-9954-eb40657023a5
+    (do not change this comment) */




reply via email to

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