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: 25501974cba11b17fc92ba59e1d489e76ace915b (
plain
)
1
2
3
4
5
#ifndef NDEBUG
#define MACH_ASSERT 1
#else
#define MACH_ASSERT 0
#endif