+2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * m/hp800.h (XUINT, XSET): Remove.
+
2008-04-12 Juanma Barranquero <lekktu@gmail.com>
* fileio.c (Fexpand_file_name): Add declaration for `p' missing in
#define EXPLICIT_SIGN_EXTEND
-/* The standard definitions of these macros would work ok,
- but these are faster because the constants are short. */
-
-
-#define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)
-
-#define XSET(var, type, ptr) \
- ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS))
\f
/* Common definitions for HPUX and GNU/Linux. */