diff src/sysdep.c @ 5935:d5eb0914ca1f cygwin

trial of E1 and UE1
author Henry Thompson <ht@markup.co.uk>
date Sat, 12 Dec 2015 21:49:31 +0000
parents e2fae7783046
children
line wrap: on
line diff
--- a/src/sysdep.c	Sat Dec 12 19:08:46 2015 +0000
+++ b/src/sysdep.c	Sat Dec 12 21:49:31 2015 +0000
@@ -3509,7 +3509,7 @@
 #endif /* need at least 4 */
 #endif /* need at least 3 */
 #endif /* need at least 2 */
-  return val & (((EMACS_UINT)1 << FIXNUM_VALBITS) - 1);
+  return val & ((UE1 << FIXNUM_VALBITS) - 1);
 }