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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/m/mips.h
Date: Fri, 12 Sep 2003 15:54:12 -0400

Index: emacs/src/m/mips.h
diff -c emacs/src/m/mips.h:1.23 emacs/src/m/mips.h:1.24
*** emacs/src/m/mips.h:1.23     Mon Sep  1 11:45:58 2003
--- emacs/src/m/mips.h  Fri Sep 12 15:54:10 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 ----




reply via email to

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