From c4d60cdf58b19d9ec8ea2254b92c654f217cf830 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 9 Oct 2006 10:57:00 +0000 Subject: 2006-10-09 Thomas Schwinge * ddb/tr.h: Insert the content of `bogus/mach_assert.h' instead of including it. * i386/i386/loose_ends.c: Likewise. * bogus/mach_assert.h: Remove file. --- ddb/tr.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ddb') diff --git a/ddb/tr.h b/ddb/tr.h index 1d6145a..2d058ca 100644 --- a/ddb/tr.h +++ b/ddb/tr.h @@ -15,7 +15,12 @@ * less formatting. */ -#include +#ifndef NDEBUG +#define MACH_ASSERT 1 +#else +#define MACH_ASSERT 0 +#endif + #include /* -- cgit v1.2.3