Diff for /gforth/engine/forth.h between versions 1.3 and 1.4

version 1.3, 1997/06/23 15:54:04 version 1.4, 1997/07/02 15:56:59
Line 235  extern double asinh(double r1); Line 235  extern double asinh(double r1);
 extern double acosh(double r1);  extern double acosh(double r1);
 #endif  #endif
 #ifndef HAVE_ECVT  #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  #endif
 #ifndef HAVE_MEMMOVE  #ifndef HAVE_MEMMOVE
 /* extern char *memmove(char *dest, const char *src, long n); */  /* extern char *memmove(char *dest, const char *src, long n); */

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>