# HG changeset patch # User Dan Nicolaescu # Date 1208020159 0 # Node ID a07273da728c47588d98bbd30e2bd4cc4d810880 # Parent 8208c3bf9e0d1243f287498f24afe6ccd8806933 (XUINT, XSET): Remove. diff -r 8208c3bf9e0d -r a07273da728c src/ChangeLog --- a/src/ChangeLog Sat Apr 12 16:41:03 2008 +0000 +++ b/src/ChangeLog Sat Apr 12 17:09:19 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-12 Dan Nicolaescu + + * m/hp800.h (XUINT, XSET): Remove. + 2008-04-12 Juanma Barranquero * fileio.c (Fexpand_file_name): Add declaration for `p' missing in diff -r 8208c3bf9e0d -r a07273da728c src/m/hp800.h --- a/src/m/hp800.h Sat Apr 12 16:41:03 2008 +0000 +++ b/src/m/hp800.h Sat Apr 12 17:09:19 2008 +0000 @@ -60,14 +60,6 @@ #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)) /* Common definitions for HPUX and GNU/Linux. */