diff src/lisp.h @ 638:40b255f55df3

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 10 May 1992 18:15:10 +0000
parents eca8812e61cd
children 70b112526394
line wrap: on
line diff
--- a/src/lisp.h	Sun May 10 18:13:22 1992 +0000
+++ b/src/lisp.h	Sun May 10 18:15:10 1992 +0000
@@ -269,7 +269,7 @@
 /* Extract the value of a Lisp_Object as a signed integer.  */
 
 #ifndef XINT   /* Some machines need to do this differently.  */
-#define XINT(a) (((a) << INTBITS-VALBITS) >> INTBITS-VALBITS)
+#define XINT(a) (((a) << (INTBITS-VALBITS)) >> (INTBITS-VALBITS))
 #endif
 
 /* Extract the value as an unsigned integer.  This is a basis