emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100915: * src/m/iris4d.h (XUINT, XS


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100915: * src/m/iris4d.h (XUINT, XSET): Remove, not needed.
Date: Mon, 26 Jul 2010 21:03:14 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100915
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-07-26 21:03:14 -0700
message:
  * src/m/iris4d.h (XUINT, XSET): Remove, not needed.
modified:
  src/ChangeLog
  src/m/iris4d.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-27 03:59:42 +0000
+++ b/src/ChangeLog     2010-07-27 04:03:14 +0000
@@ -1,5 +1,7 @@
 2010-07-27  Dan Nicolaescu  <address@hidden>
 
+       * m/iris4d.h (XUINT, XSET): Remove, not needed.
+
        * process.c: Move definitions earlier to minimize #ifdefs.
 
        * xterm.h (x_get_customization_string, x_load_resources)

=== modified file 'src/m/iris4d.h'
--- a/src/m/iris4d.h    2010-07-08 03:03:52 +0000
+++ b/src/m/iris4d.h    2010-07-27 04:03:14 +0000
@@ -36,17 +36,5 @@
 #define DATA_START 0x10000000
 #define DATA_SEG_BITS  0x10000000
 
-
-#if _MIPS_SZLONG != 64
-/* fixme: should there be 64-bit definitions?  (The ones below aren't OK.)  */
-
-/* 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))
-#endif /* _LP64 */
-
 /* arch-tag: fff5e139-9ae0-465d-afec-837c41ea0aa6
    (do not change this comment) */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]