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


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

Index: emacs/src/m/hp800.h
diff -c emacs/src/m/hp800.h:1.17.2.1 emacs/src/m/hp800.h:1.17.2.2
*** emacs/src/m/hp800.h:1.17.2.1        Fri Apr  4 01:21:10 2003
--- emacs/src/m/hp800.h Tue Oct 14 19:22:53 2003
***************
*** 1,5 ****
  /* machine description file for hp9000 series 800 machines.
!    Copyright (C) 1987, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* machine description file for hp9000 series 800 machines.
!    Copyright (C) 1987, 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
  
  /* Common definitions for HPUX and GNU/Linux.  */
  
--- 67,72 ----
***************
*** 180,182 ****
--- 173,178 ----
  #define rindex strrchr
  
  #endif /* __hpux */
+ 
+ /* arch-tag: 809436e6-1645-4b92-b40d-2de5d6e7227c
+    (do not change this comment) */




reply via email to

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