]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/m/iris4d.h (XUINT, XSET): Remove, not needed.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 27 Jul 2010 04:03:14 +0000 (21:03 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 27 Jul 2010 04:03:14 +0000 (21:03 -0700)
src/ChangeLog
src/m/iris4d.h

index c293e06c2d009987d4718f1389e096eaf0df0d97..8abb9b6ab7f5a7e43d69ac7a4043379d939a73e0 100644 (file)
@@ -1,5 +1,7 @@
 2010-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * 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)
index 2ba6b5ba7ce38b53dfc813e981159983c72e4d40..526d68ee5fcb3069c2c72751f7c507ba664f49ea 100644 (file)
@@ -36,17 +36,5 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define DATA_START 0x10000000
 #define DATA_SEG_BITS  0x10000000
 
-\f
-#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) */