Add fix check test for alpha___assert

From-SVN: r42636
This commit is contained in:
Bruce Korb 2001-05-26 17:38:05 +00:00
parent 78210eb3e4
commit d42d227ea8
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@
#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 )
extern FILE* stderr;
#endif /* BROKEN_ASSERT_STDIO_CHECK */