index
:
teythoon/gnumach.git
fix-ipc-space-locking-2015-07-27
fix-ipc-space-locking-2015-08-15
justus/dde-0
master
pmm-2015-07-27
pmm-2015-08-12
pmm-2015-08-14
pmm-2015-08-15
pmm-2015-08-16
pmm-2015-08-26
pmm-2015-08-28
pmm-2015-09-25
Personal GNU Mach development repository
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