瀏覽代碼

remove debug thing

master
Martin Dørum 3 年之前
父節點
當前提交
0f2256c45e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/bitset.c

+ 1
- 1
src/bitset.c 查看文件

@@ -12,7 +12,7 @@ static l2_bitset_entry first_unset_bit(l2_bitset_entry n) {
return ~n & (n + 1);
}

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

Loading…
取消
儲存