Update unused __dtoa prototypes to match reality.

This commit is contained in:
Tor Egge 2001-02-25 08:51:41 +00:00
parent b4540ce2ea
commit 3275de7ca5
2 changed files with 3 additions and 3 deletions

View File

@ -370,7 +370,7 @@ extern double rnd_prod(double, double), rnd_quot(double, double);
#ifdef __cplusplus
extern "C" double strtod(const char *s00, char **se);
extern "C" char *__dtoa(double d, int mode, int ndigits,
int *decpt, int *sign, char **rve);
int *decpt, int *sign, char **rve, char **resultp);
#endif
struct

View File

@ -359,8 +359,8 @@ extern double rnd_prod(double, double), rnd_quot(double, double);
#ifdef __cplusplus
extern "C" double strtod(const char *s00, char **se);
extern "C" char *dtoa(double d, int mode, int ndigits,
int *decpt, int *sign, char **rve);
extern "C" char *__dtoa(double d, int mode, int ndigits,
int *decpt, int *sign, char **rve, char **resultp);
#endif
struct