@@ -2,4 +2,4 @@
#define bit_for_each64(pos, tmp, ul) \
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
#define true 1
The note is not visible to the blocked user.