]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/glibc23-asserth-decls.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.3.2 / glibc23-asserth-decls.patch
1 --- assert/assert.h     2002-10-13 15:24:18.000000000 +0200
2 +++ assert/assert.h     2002-10-13 15:23:57.000000000 +0200
3 @@ -62,6 +62,8 @@
4  
5  #else /* Not NDEBUG.  */
6  
7 +#ifndef _ASSERT_H_DECLS
8 +#define _ASSERT_H_DECLS
9  __BEGIN_DECLS
10  
11  /* This prints an "Assertion failed" message and aborts.  */
12 @@ -83,6 +85,7 @@
13  
14  
15  __END_DECLS
16 +#endif /* Not _ASSERT_H_DECLS */
17  
18  # define assert(expr) \
19    (__ASSERT_VOID_CAST ((expr) ? 0 :                                          \