Diff for /gforth/engine/forth.h between versions 1.26 and 1.27

version 1.26, 2002/01/20 19:04:11 version 1.27, 2002/02/10 14:02:25
Line 257  extern Xt *ip; Line 257  extern Xt *ip;
 extern Cell *rp;  extern Cell *rp;
 #endif  #endif
   
   #ifdef PRINT_SUPER_LENGTHS
   Cell prim_length(Cell prim);
   void print_super_lengths();
   #endif
   
 /* declare all the functions that are missing */  /* declare all the functions that are missing */
 #ifndef HAVE_ATANH  #ifndef HAVE_ATANH

Removed from v.1.26  
changed lines
  Added in v.1.27


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