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

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

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

revision 1.3.2.2 by miles, Tue Oct 14 23:22:53 2003 UTC revision 1.3.2.3 by miles, Fri Nov 21 00:36:26 2003 UTC
# Line 119  Boston, MA 02111-1307, USA.  */ Line 119  Boston, MA 02111-1307, USA.  */
119    
120  #define PNTR_COMPARISON_TYPE unsigned long  #define PNTR_COMPARISON_TYPE unsigned long
121    
 /* On the 64 bit architecture, we can use 60 bits for addresses */  
   
 #define VALBITS         60  
   
 /* Define XINT and XUINT so that they can take arguments of type int */  
   
 #define XINT(a)  (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS))  
 #define XUINT(a) ((long) (a) & VALMASK)  
   
122  #ifndef NOT_C_CODE  #ifndef NOT_C_CODE
123    
124  #ifdef REL_ALLOC  #ifdef REL_ALLOC

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

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