Update 'foo.h'
This commit is contained in:
5
foo.h
5
foo.h
@@ -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))
|
||||
|
Reference in New Issue
Block a user