From: Dan Nicolaescu Date: Sat, 12 Apr 2008 17:09:19 +0000 (+0000) Subject: (XUINT, XSET): Remove. X-Git-Tag: emacs-pretest-23.0.90~6302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36c0886413a74d8d9341942347eb01897d0c2e77;p=emacs.git (XUINT, XSET): Remove. --- diff --git a/src/ChangeLog b/src/ChangeLog index dec4f11e353..e4e11b296f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/m/hp800.h b/src/m/hp800.h index 707946a9972..667a99e671f 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h @@ -60,14 +60,6 @@ Boston, MA 02110-1301, USA. */ #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. */