diff options
| -rw-r--r-- | gcc/fixinc/tests/base/math.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/fixinc/tests/base/math.h b/gcc/fixinc/tests/base/math.h index 9b2c80d..38d0539 100644 --- a/gcc/fixinc/tests/base/math.h +++ b/gcc/fixinc/tests/base/math.h @@ -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 |
