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/hp800.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/hp800.h,v
Date: Sat, 12 Apr 2008 17:09:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/04/12 17:09:20

Index: m/hp800.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/hp800.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- m/hp800.h   8 Jan 2008 20:44:06 -0000       1.33
+++ m/hp800.h   12 Apr 2008 17:09:19 -0000      1.34
@@ -60,14 +60,6 @@
 
 #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))
 
 /* Common definitions for HPUX and GNU/Linux.  */
 




reply via email to

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