Initial revision
This commit is contained in:
5
util/opt/assert.h
Normal file
5
util/opt/assert.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifndef NDEBUG
|
||||
#define assert(x) if(!(x)) badassertion(__FILE__,__LINE__)
|
||||
#else
|
||||
#define assert(x) /* nothing */
|
||||
#endif
|
||||
Reference in New Issue
Block a user