aboutsummaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2007-12-01 19:28:13 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2007-12-01 19:28:13 +0000
commit19d6d0eb9a43eecf4df0f9582634232d8b4e30c8 (patch)
tree6b9a3fee3efd25ca0204605aa959d194f8e7f72e /include/assert.h
parentcdd475b3473479c1f7340d05ed3774f68ada577a (diff)
Notes
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/assert.h b/include/assert.h
index e87fa9066dcc..763ab5ce660d 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -39,9 +39,6 @@
* $FreeBSD$
*/
-#ifndef _ASSERT_H_
-#define _ASSERT_H_
-
#include <sys/cdefs.h>
/*
@@ -62,6 +59,8 @@
__LINE__, #e))
#endif /* NDEBUG */
+#ifndef _ASSERT_H_
+#define _ASSERT_H_
__BEGIN_DECLS
void __assert(const char *, const char *, int, const char *);
__END_DECLS