fix test result for ultrix_atof_param
From-SVN: r34359
This commit is contained in:
parent
e814224c96
commit
ff84bb1888
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue