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. --- i386/i386/loose_ends.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'i386') diff --git a/i386/i386/loose_ends.c b/i386/i386/loose_ends.c index a5671af..43d3513 100644 --- a/i386/i386/loose_ends.c +++ b/i386/i386/loose_ends.c @@ -25,8 +25,12 @@ */ /* */ -#include +#ifndef NDEBUG +#define MACH_ASSERT 1 +#else +#define MACH_ASSERT 0 +#endif /* * For now we will always go to single user mode, since there is -- cgit v1.2.3