Diff for /gforth/Attic/forth.h between versions 1.6 and 1.7

version 1.6, 1994/05/31 07:25:12 version 1.7, 1994/07/08 15:00:39
Line 44  typedef Label *Xt; Line 44  typedef Label *Xt;
 #endif  #endif
   
 Label *engine(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);  Label *engine(Xt *ip, Cell *sp, Cell *rp, Float *fp, Address lp);
   extern Xt *throw_ip;
   
 #ifndef DIRECT_THREADED  #ifndef DIRECT_THREADED
 /* i.e. indirect threaded */  /* i.e. indirect threaded */

Removed from v.1.6  
changed lines
  Added in v.1.7


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