Browse Source

remove debug thing

master
Martin Dørum 3 years ago
parent
commit
0f2256c45e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/bitset.c

+ 1
- 1
src/bitset.c View File

return ~n & (n + 1); return ~n & (n + 1);
} }


#if 0 && defined(__GLIBC__) && ( \
#if defined(__GLIBC__) && ( \
(__GLIBC__>= 2 && __GLIBC_MINOR__ >= 27) || \ (__GLIBC__>= 2 && __GLIBC_MINOR__ >= 27) || \
_GNU_SOURCE) _GNU_SOURCE)
#define first_set ffsll #define first_set ffsll

Loading…
Cancel
Save