This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
sengler
/
tor-parallel-relay-conn
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add Coccinelle patch for replacing tt_assert(0) with tt_abort().
Alexander Færøy
hace 7 años
padre
25eaf77033
commit
3fd68b249b
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
scripts/coccinelle/test_assert_zero.cocci
+ 5
- 0
scripts/coccinelle/test_assert_zero.cocci
Ver fichero
@@ -0,0 +1,5 @@
+@@
+@@
+
+- tt_assert(0)
++ tt_abort()