Sync to HEAD
[bpt/emacs.git] / src / m / ia64.h
index a765fab..7114382 100644 (file)
@@ -119,15 +119,6 @@ Boston, MA 02111-1307, USA.  */
 
 #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
@@ -145,3 +136,6 @@ extern void r_alloc_free ();
 #define DATA_SEG_BITS  0x6000000000000000
 
 #define HAVE_TEXT_START
+
+/* arch-tag: 9b8e9fb2-2e49-4c22-b68f-11a488e77c66
+   (do not change this comment) */