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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/m/ia64.h [lexbind]
Date: Thu, 20 Nov 2003 19:36:59 -0500

Index: emacs/src/m/ia64.h
diff -c emacs/src/m/ia64.h:1.3.2.2 emacs/src/m/ia64.h:1.3.2.3
*** emacs/src/m/ia64.h:1.3.2.2  Tue Oct 14 19:22:53 2003
--- emacs/src/m/ia64.h  Thu Nov 20 19:36:26 2003
***************
*** 119,133 ****
  
  #define PNTR_COMPARISON_TYPE unsigned long
  
- /* 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)
- 
  #ifndef NOT_C_CODE
  
  #ifdef REL_ALLOC
--- 119,124 ----




reply via email to

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