Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1ad4cc3d
Commit
1ad4cc3d
authored
Apr 23, 2010
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m/mips.h: Remove #if 0 code.
parent
728588cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
18 deletions
+4
-18
src/ChangeLog
src/ChangeLog
+4
-0
src/m/mips.h
src/m/mips.h
+0
-18
No files found.
src/ChangeLog
View file @
1ad4cc3d
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.
...
...
src/m/mips.h
View file @
1ad4cc3d
...
...
@@ -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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment