summaryrefslogtreecommitdiff
path: root/bogus/mach_assert.h
blob: 5e5124a84ee25ca371d518ca0666727f69b3d610 (plain)
1
2
3
4
5
#ifdef	DEBUG
#define MACH_ASSERT 1
#else
#define MACH_ASSERT 0
#endif