@@ -134,6 +135,7 @@ void toku_do_assert_expected_fail(uintptr_t/*expr*/, uintptr_t /*expected*/, con
...
@@ -134,6 +135,7 @@ void toku_do_assert_expected_fail(uintptr_t/*expr*/, uintptr_t /*expected*/, con
// #define GCOV
// #define GCOV
externvoid(*do_assert_hook)(void);// Set this to a function you want called after printing the assertion failure message but before calling abort(). By default this is NULL.
externvoid(*do_assert_hook)(void);// Set this to a function you want called after printing the assertion failure message but before calling abort(). By default this is NULL.