/[emacs]/emacs/src/m/iris4d.h
ViewVC logotype

Diff of /emacs/src/m/iris4d.h

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

revision 1.33 by miles, Mon Sep 1 15:45:58 2003 UTC revision 1.34 by monnier, Fri Sep 12 19:54:10 2003 UTC
# Line 1  Line 1 
1  /* machine description file for Iris-4D machines.  Use with s/irix*.h.  /* machine description file for Iris-4D machines.  Use with s/irix*.h.
2     Copyright (C) 1987, 2002 Free Software Foundation, Inc.     Copyright (C) 1987, 2002, 2003  Free Software Foundation, Inc.
3    
4  This file is part of GNU Emacs.  This file is part of GNU Emacs.
5    
# Line 170  Boston, MA 02111-1307, USA.  */ Line 170  Boston, MA 02111-1307, USA.  */
170    
171  #define XSET(var, type, ptr) \  #define XSET(var, type, ptr) \
172     ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS))     ((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))  
173  #endif /* _LP64 */  #endif /* _LP64 */
174    
175  #ifndef __GNUC__  #ifndef __GNUC__

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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