summaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-27 17:33:36 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-27 17:33:36 +0000
commit3710c5b331d8fc17e5782b843ece221d52738c36 (patch)
treee6f93d6cf619c53d27fcf06b9518c519a2fb3c16 /include/assert.h
parent85af153d3b11849d1fd4df966046d8cea0b30187 (diff)
Fix C++ support
Diffstat (limited to 'include/assert.h')
-rw-r--r--include/assert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/assert.h b/include/assert.h
index 15a5bfe12..32a6be9e9 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -33,7 +33,9 @@
#else /* Not NDEBUG. */
+__BEGIN_DECLS
extern void __assert __P((const char *, const char *, int, const char *));
+__END_DECLS
#define assert(expr) \
((void) ((expr) || \