Add Coccinelle patch for replacing tt_assert(0) with tt_abort().

This commit is contained in:
Alexander Færøy 2017-06-05 15:19:46 +00:00 committed by Nick Mathewson
parent 25eaf77033
commit 3fd68b249b
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@@
@@
- tt_assert(0)
+ tt_abort()