Commit ff84bb18 by Bruce Korb

fix test result for ultrix_atof_param

From-SVN: r34359
parent e814224c
...@@ -92,6 +92,11 @@ extern int matherr(); ...@@ -92,6 +92,11 @@ extern int matherr();
#define __P(a) a #define __P(a) a
#endif #endif
#endif /* SVR4__P_CHECK */ #endif /* SVR4__P_CHECK */
#if defined( ULTRIX_ATOF_PARAM_CHECK )
extern double atof( const char *);
#endif /* ULTRIX_ATOF_PARAM_CHECK */
#ifdef __cplusplus #ifdef __cplusplus
#undef exception #undef exception
#endif #endif
......
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