]> code.delx.au - gnu-emacs/commitdiff
(VALBITS, XINT, XUINT): Remove.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Nov 2003 15:27:44 +0000 (15:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Nov 2003 15:27:44 +0000 (15:27 +0000)
src/m/amdx86-64.h
src/m/ia64.h

index 96ba03296313e28a0c4e46080a8205c06228cb7c..fdb2b02fe70f7290369ae3f96f1f953ebdb3a559 100644 (file)
@@ -97,14 +97,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)
-
 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
 
 #define XPNTR(a) XUINT (a)
index 3ccdb02bd2410ccfa1fd461e95cfc410ce0ca01d..7114382d51310b78e73b01e4835caa7449d29682 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