Mercurial > emacs
changeset 94047:a07273da728c
(XUINT, XSET): Remove.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 12 Apr 2008 17:09:19 +0000 |
parents | 8208c3bf9e0d |
children | 7fc4942937fb |
files | src/ChangeLog src/m/hp800.h |
diffstat | 2 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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. */