summaryrefslogtreecommitdiff
path: root/bogus/mach_assert.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-02-25 21:28:37 +0000
committerThomas Bushnell <thomas@gnu.org>1997-02-25 21:28:37 +0000
commitf07a4c844da9f0ecae5bbee1ab94be56505f26f7 (patch)
tree12b07c7e578fc1a5f53dbfde2632408491ff2a70 /bogus/mach_assert.h
Initial source
Diffstat (limited to 'bogus/mach_assert.h')
-rw-r--r--bogus/mach_assert.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bogus/mach_assert.h b/bogus/mach_assert.h
new file mode 100644
index 0000000..5e5124a
--- /dev/null
+++ b/bogus/mach_assert.h
@@ -0,0 +1,5 @@
+#ifdef DEBUG
+#define MACH_ASSERT 1
+#else
+#define MACH_ASSERT 0
+#endif