Update 'foo.h'

This commit is contained in:
2021-11-10 10:27:57 +01:00
parent 8c6c719733
commit 906bc71f67

5
foo.h
View File

@@ -1,5 +1,2 @@
#define bit_for_each64(pos, tmp, ul) \
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
/**/
#define bit_for_each64(pos, tmp, ul) \
#define bit_for_each64(pos, tmp, ul) \
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))