diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-07 20:56:26 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-07 20:56:26 -0700 |
commit | 592b631c192602869696f072878866d8f89a2316 (patch) | |
tree | a2b99099f53daf7c65ed5e99ab650518b7ae2595 /system/include/libc/assert.h | |
parent | 69ae3975ffde37d00dc84b2b446ab03dcef2f1e7 (diff) |
header fixes; fixes poppler
Diffstat (limited to 'system/include/libc/assert.h')
-rw-r--r-- | system/include/libc/assert.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/include/libc/assert.h b/system/include/libc/assert.h index e542b214..6035227f 100644 --- a/system/include/libc/assert.h +++ b/system/include/libc/assert.h @@ -36,10 +36,10 @@ extern "C" { # endif /* !__ASSERT_FUNC */ #endif /* !NDEBUG */ -void _EXFUN(__assert, (const char *, int, const char *) - _ATTRIBUTE ((__noreturn__))); -void _EXFUN(__assert_func, (const char *, int, const char *, const char *) - _ATTRIBUTE ((__noreturn__))); +void _EXFUN(__assert, (const char *, int, const char *)); +/* _ATTRIBUTE ((__noreturn__))); */ +void _EXFUN(__assert_func, (const char *, int, const char *, const char *)); +/* _ATTRIBUTE ((__noreturn__))); */ #ifdef __cplusplus } |