/[emacs]/emacs/src/m/mips-siemens.h
ViewVC logotype

Diff of /emacs/src/m/mips-siemens.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by miles, Mon Sep 1 15:45:58 2003 UTC revision 1.17 by monnier, Fri Sep 12 19:54:10 2003 UTC
# Line 1  Line 1 
1  /* m- file for Mips machines.  /* m- file for Mips machines.
2     Copyright (C) 1987, 1992, 1993, 1995, 2002 Free Software Foundation, Inc.     Copyright (C) 1987,1992,1993,95,2002,03  Free Software Foundation, Inc.
3    
4     This file contains some changes for our SVR4 based SINIX-Mips 5.4.     This file contains some changes for our SVR4 based SINIX-Mips 5.4.
5     I hope this is helpful to port the emacs to our RM?00 series and     I hope this is helpful to port the emacs to our RM?00 series and
# Line 158  NOTE-END  */ Line 158  NOTE-END  */
158     ((int)(type) << VALBITS)                                             \     ((int)(type) << VALBITS)                                             \
159     + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)))     + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)))
160    
 #define XUNMARK(a)                                                      \  
   ((a) =                                                                \  
    (((unsigned)(a) << (BITS_PER_INT-GCTYPEBITS-VALBITS))                \  
     >> (BITS_PER_INT-GCTYPEBITS-VALBITS)))  
   
161  /* arch-tag: a4f5c090-0bd5-48f0-9724-b7d531f9b6c8  /* arch-tag: a4f5c090-0bd5-48f0-9724-b7d531f9b6c8
162     (do not change this comment) */     (do not change this comment) */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26