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

version 1.4, 1997/07/02 15:56:59 version 1.5, 1997/07/31 16:17:25
Line 227  DCell fmdiv (DCell num, Cell denom); Line 227  DCell fmdiv (DCell num, Cell denom);
 int memcasecmp(const char *s1, const char *s2, long n);  int memcasecmp(const char *s1, const char *s2, long n);
   
 extern int offset_image;  extern int offset_image;
   extern int die_on_signal;
   
 /* declare all the functions that are missing */  /* declare all the functions that are missing */
 #ifndef HAVE_ATANH  #ifndef HAVE_ATANH

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


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