Commit 0c8110d1 authored by Nils Goroll's avatar Nils Goroll

note some assertions we might want to remove later

parent d79757f4
...@@ -677,7 +677,12 @@ enum check_state { ...@@ -677,7 +677,12 @@ enum check_state {
CHK_ORDER CHK_ORDER
}; };
#ifdef NODEBUG /*
* keep in prod builds for now to gain trust in tree sanity
*
* XXX enable only for DEBUG later?
*/
#ifdef NO_ASSERT_NODE
#define assert_node(n, c) (void)0 #define assert_node(n, c) (void)0
#define assert_nexus(n, c) (void)0 #define assert_nexus(n, c) (void)0
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment