Clean up assertion
[openafs.git] / src / opr / opr_assert.h
1 /* Include this header if you want the standard 'assert()' macro to have the
2  * same behaviour as the new opr_Assert macro
3  */
4 #include <afs/opr.h>
5
6 #define assert(ex) opr_Assert(ex)