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


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

Index: emacs/src/m/mips-siemens.h
diff -c emacs/src/m/mips-siemens.h:1.12.2.1 emacs/src/m/mips-siemens.h:1.12.2.2
*** emacs/src/m/mips-siemens.h:1.12.2.1 Fri Apr  4 01:21:10 2003
--- emacs/src/m/mips-siemens.h  Tue Oct 14 19:22:53 2003
***************
*** 1,5 ****
  /* m- file for Mips machines.
!    Copyright (C) 1987, 1992, 1993, 1995, 2002 Free Software Foundation, Inc.
  
     This file contains some changes for our SVR4 based SINIX-Mips 5.4.
     I hope this is helpful to port the emacs to our RM?00 series and
--- 1,5 ----
  /* m- file for Mips machines.
!    Copyright (C) 1987,1992,1993,95,2002,03  Free Software Foundation, Inc.
  
     This file contains some changes for our SVR4 based SINIX-Mips 5.4.
     I hope this is helpful to port the emacs to our RM?00 series and
***************
*** 158,165 ****
     ((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)))
! 
--- 158,162 ----
     ((int)(type) << VALBITS)                                           \
     + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)))
  
! /* arch-tag: a4f5c090-0bd5-48f0-9724-b7d531f9b6c8
!    (do not change this comment) */




reply via email to

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