Diff for /gforth/engine/forth.h between versions 1.8 and 1.9

version 1.8, 1998/12/08 22:03:03 version 1.9, 1999/01/08 16:58:31
Line 216  Cell memcasecmp(const Char *s1, const Ch Line 216  Cell memcasecmp(const Char *s1, const Ch
 extern int offset_image;  extern int offset_image;
 extern int die_on_signal;  extern int die_on_signal;
   
   #ifdef GFORTH_DEBUGGING
   extern Xt *ip;
   extern Cell *rp;
   #endif
   
   
 /* declare all the functions that are missing */  /* declare all the functions that are missing */
 #ifndef HAVE_ATANH  #ifndef HAVE_ATANH
 extern double atanh(double r1);  extern double atanh(double r1);

Removed from v.1.8  
changed lines
  Added in v.1.9


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