fix test result for ultrix_atof_param
From-SVN: r34359
This commit is contained in:
parent
e814224c96
commit
ff84bb1888
@ -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…
Reference in New Issue
Block a user