]> git.eshelyaron.com Git - emacs.git/commitdiff
(XUINT, XSET): Remove.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 12 Apr 2008 17:09:19 +0000 (17:09 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 12 Apr 2008 17:09:19 +0000 (17:09 +0000)
src/ChangeLog
src/m/hp800.h

index dec4f11e3531b6dcabded9ea23e0f36e4a039455..e4e11b296f32091058e6bfb51dd9dca650b17202 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * m/hp800.h (XUINT, XSET): Remove.
+
 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
 
        * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
index 707946a9972e2cc3f6bfe629d65bfba55d2cdd95..667a99e671fb58c7af180d6d5d55f652bdd5681e 100644 (file)
@@ -60,14 +60,6 @@ Boston, MA 02110-1301, USA.  */
 
 #define EXPLICIT_SIGN_EXTEND
 
-/* 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))
 \f
 /* Common definitions for HPUX and GNU/Linux.  */