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/mips.h [lexbind]


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

Index: emacs/src/m/mips.h
diff -c emacs/src/m/mips.h:1.20.2.1 emacs/src/m/mips.h:1.20.2.2
*** emacs/src/m/mips.h:1.20.2.1 Fri Apr  4 01:21:10 2003
--- emacs/src/m/mips.h  Tue Oct 14 19:22:53 2003
***************
*** 1,5 ****
  /* m- file for Mips machines.
!    Copyright (C) 1987, 1992, 1999, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* m- file for Mips machines.
!    Copyright (C) 1987, 1992, 1999, 2002, 2003 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 170,180 ****
    ((var) =                                                            \
     ((int)(type) << VALBITS)                                           \
     + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)))
- 
- #define XUNMARK(a)                                                    \
-   ((a) =                                                              \
-    (((unsigned)(a) << (BITS_PER_INT-GCTYPEBITS-VALBITS))              \
-     >> (BITS_PER_INT-GCTYPEBITS-VALBITS)))
  
  #if !defined (NEWSOS5) && !defined (__linux__)
  #ifdef USG
--- 170,175 ----
***************
*** 217,219 ****
--- 212,217 ----
  #endif /* BSD_SYSTEM */
  
  #endif /* not NEWSOS5 && not __linux__ */
+ 
+ /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee
+    (do not change this comment) */




reply via email to

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