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

version 1.8, 1994/08/25 15:25:24 version 1.9, 1994/09/05 17:36:17
Line 45  typedef Label *Xt; Line 45  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.8  
changed lines
  Added in v.1.9


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