Diff for /gforth/Attic/forth.h between versions 1.21 and 1.22

version 1.21, 1996/02/13 11:12:17 version 1.22, 1996/05/23 15:13:08
Line 176  UDCell umdiv (UDCell u, UCell v); Line 176  UDCell umdiv (UDCell u, UCell v);
 DCell smdiv (DCell num, Cell denom);  DCell smdiv (DCell num, Cell denom);
 DCell fmdiv (DCell num, Cell denom);  DCell fmdiv (DCell num, Cell denom);
   
   int memcasecmp(const char *s1, const char *s2, long n);
   

Removed from v.1.21  
changed lines
  Added in v.1.22


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