emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/m/ibms390x.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/ibms390x.h,v
Date: Sun, 13 Jul 2008 07:35:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/13 07:35:26

Index: src/m/ibms390x.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/ibms390x.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/m/ibms390x.h    11 Jul 2008 02:29:42 -0000      1.14
+++ src/m/ibms390x.h    13 Jul 2008 07:35:23 -0000      1.15
@@ -48,7 +48,6 @@
 /* Define the type to use.  */
 #define EMACS_INT long
 #define EMACS_UINT unsigned long
-#define SPECIAL_EMACS_INT
 
 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
    the 24-bit bit field into an int.  In other words, if bit fields
@@ -126,10 +125,6 @@
 
 #define LINKER $(CC) -nostdlib
 
-/* Define XINT and XUINT so that they can take arguments of type int */
-#define XINT(a)  (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG 
- VALBITS))
-#define XUINT(a) ((long) (a) & VALMASK)
-
 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
 
 #define XPNTR(a) XUINT (a)




reply via email to

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