fix test result for ultrix_atof_param

From-SVN: r34359
This commit is contained in:
Bruce Korb 2000-06-02 16:04:10 +00:00
parent e814224c96
commit ff84bb1888
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ extern int matherr();
#define __P(a) a
#endif
#endif /* SVR4__P_CHECK */
#if defined( ULTRIX_ATOF_PARAM_CHECK )
extern double atof( const char *);
#endif /* ULTRIX_ATOF_PARAM_CHECK */
#ifdef __cplusplus
#undef exception
#endif