@@ -135,6 +135,9 @@ void toku_do_assert_expected_fail(uintptr_t/*expr*/, uintptr_t /*expected*/, con
// #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.
// copied here from ydb-internal.h to avoid inclusion hell, the void * is really a DB_ENV but we don't have that type here