--- gforth/engine/forth.h 1997/06/23 15:54:04 1.3 +++ gforth/engine/forth.h 1997/07/02 15:56:59 1.4 @@ -235,7 +235,7 @@ extern double asinh(double r1); extern double acosh(double r1); #endif #ifndef HAVE_ECVT -extern char* ecvt(double x, int len, int* exp, int* sign); +/* extern char* ecvt(double x, int len, int* exp, int* sign);*/ #endif #ifndef HAVE_MEMMOVE /* extern char *memmove(char *dest, const char *src, long n); */