Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
mort
/
lang2
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
remove debug thing
master
Martin Dørum
5 anni fa
parent
81b407fe4e
commit
0f2256c45e
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
src/bitset.c
+ 1
- 1
src/bitset.c
Vedi File
@@ -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
Write
Preview
Loading…
Annulla
Salva