From 36c0886413a74d8d9341942347eb01897d0c2e77 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 12 Apr 2008 17:09:19 +0000 Subject: [PATCH] (XUINT, XSET): Remove. --- src/ChangeLog | 4 ++++ src/m/hp800.h | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) 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. */ -- 2.39.5