From 1ad4cc3d07cf1a155522f2104a43af1aeaef7ae9 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 23 Apr 2010 14:58:07 -0700 Subject: [PATCH] * m/mips.h: Remove #if 0 code. --- src/ChangeLog | 4 ++++ src/m/mips.h | 18 ------------------ 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 2a7212d8b26..b5464d9f8d4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-04-23 Dan Nicolaescu + + * m/mips.h: Remove #if 0 code. + 2010-04-23 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers. diff --git a/src/m/mips.h b/src/m/mips.h index 7a84b6596c8..4828b7479fc 100644 --- a/src/m/mips.h +++ b/src/m/mips.h @@ -50,24 +50,6 @@ NOTE-END */ #define TEXT_START 0x00400000 - -#if 0 /* These definitions were advantageous when not using - USE_LSB_TAG. With that, they get ignored but cause errors. */ - -#define DATA_SEG_BITS 0x10000000 - -/* 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))) - /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee (do not change this comment) */ -#endif /* 0 */ - -- 2.39.5