]> git.eshelyaron.com Git - emacs.git/commitdiff
* m/mips.h: Remove #if 0 code.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 23 Apr 2010 21:58:07 +0000 (14:58 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 23 Apr 2010 21:58:07 +0000 (14:58 -0700)
src/ChangeLog
src/m/mips.h

index 2a7212d8b26ade15a2eebdefc87d8179b8350423..b5464d9f8d40ef5559a500af027e6b139043eff6 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * m/mips.h: Remove #if 0 code.
+
 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
 
        Fix display of composed characters from L2R scripts in bidi buffers.
index 7a84b6596c8a4dbdc1a03de3de1b949b259e954e..4828b7479fc3e24bd1867c72397f47b2df223fd7 100644 (file)
@@ -50,24 +50,6 @@ NOTE-END  */
 
 #define TEXT_START      0x00400000
 
-\f
-#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 */
-