Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
mort
/
lang2
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
remove debug thing
master
Martin Dørum
hace 5 años
padre
81b407fe4e
commit
0f2256c45e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/bitset.c
+ 1
- 1
src/bitset.c
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar