This commit is contained in:
Frank Denis
2017-11-07 01:07:22 +01:00
parent a9b6eda279
commit aa06d871ba
@@ -514,8 +514,8 @@ equal(signed char b, signed char c)
static unsigned char
negative(signed char b)
{
uint64_t x =
b; /* 18446744073709551361..18446744073709551615: yes; 0..255: no */
/* 18446744073709551361..18446744073709551615: yes; 0..255: no */
uint64_t x = b;
x >>= 63; /* 1: yes; 0: no */