index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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