Commit d42d227e by Bruce Korb

Add fix check test for alpha___assert

From-SVN: r42636
parent 78210eb3
...@@ -19,6 +19,11 @@ ...@@ -19,6 +19,11 @@
#include <stdio.h> #include <stdio.h>
#if defined( ALPHA___ASSERT_CHECK )
extern void __assert(const char *, const char *, int);
#endif /* ALPHA___ASSERT_CHECK */
#if defined( BROKEN_ASSERT_STDIO_CHECK ) #if defined( BROKEN_ASSERT_STDIO_CHECK )
extern FILE* stderr; extern FILE* stderr;
#endif /* BROKEN_ASSERT_STDIO_CHECK */ #endif /* BROKEN_ASSERT_STDIO_CHECK */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment