From 67eff66578dc776122f2e5cb24ff0bc1a57dda7b Mon Sep 17 00:00:00 2001 From: das Date: Sat, 5 Apr 2003 22:09:26 +0000 Subject: Add missing prototype for gdtoa(). --- contrib/gdtoa/gdtoaimp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/gdtoa/gdtoaimp.h') diff --git a/contrib/gdtoa/gdtoaimp.h b/contrib/gdtoa/gdtoaimp.h index 105a657..436b6b0 100644 --- a/contrib/gdtoa/gdtoaimp.h +++ b/contrib/gdtoa/gdtoaimp.h @@ -600,6 +600,8 @@ extern void memcpy_D2A ANSI((void*, const void*, size_t)); extern Bigint *diff ANSI((Bigint*, Bigint*)); extern char *dtoa ANSI((double d, int mode, int ndigits, int *decpt, int *sign, char **rve)); + extern char *gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp, + int mode, int ndigits, int *decpt, char **rve)); extern char *g__fmt ANSI((char*, char*, char*, int, ULong)); extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int)); extern void hexdig_init_D2A(Void); -- cgit v1.1