From 3710c5b331d8fc17e5782b843ece221d52738c36 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 27 Feb 2002 17:33:36 +0000 Subject: Fix C++ support --- include/assert.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/assert.h') 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) || \ -- cgit v1.2.3