backport to buster
[hcoop/debian/openafs.git] / src / opr / opr_assert.h
CommitLineData
805e021f
CE
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)