[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r100014: * m/mips.h: Remove #if 0 cod
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r100014: * m/mips.h: Remove #if 0 code. |
Date: |
Fri, 23 Apr 2010 14:58:07 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100014
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-23 14:58:07 -0700
message:
* m/mips.h: Remove #if 0 code.
modified:
src/ChangeLog
src/m/mips.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-04-23 18:23:51 +0000
+++ b/src/ChangeLog 2010-04-23 21:58:07 +0000
@@ -1,3 +1,7 @@
+2010-04-23 Dan Nicolaescu <address@hidden>
+
+ * m/mips.h: Remove #if 0 code.
+
2010-04-23 Eli Zaretskii <address@hidden>
Fix display of composed characters from L2R scripts in bidi buffers.
=== modified file 'src/m/mips.h'
--- a/src/m/mips.h 2010-01-28 17:33:28 +0000
+++ b/src/m/mips.h 2010-04-23 21:58:07 +0000
@@ -50,24 +50,6 @@
#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 */
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r100014: * m/mips.h: Remove #if 0 code.,
Dan Nicolaescu <=