Diff for /gforth/engine/forth.h between versions 1.123 and 1.124

version 1.123, 2012/05/26 10:20:01 version 1.124, 2012/07/19 23:32:25
Line 386  Label *gforth_engine(Xt *ip, Cell *sp, C Line 386  Label *gforth_engine(Xt *ip, Cell *sp, C
 Label *gforth_engine2(Xt *ip, Cell *sp, Cell *rp0, Float *fp, Address lp sr_proto);  Label *gforth_engine2(Xt *ip, Cell *sp, Cell *rp0, Float *fp, Address lp sr_proto);
 Label *gforth_engine3(Xt *ip, Cell *sp, Cell *rp0, Float *fp, Address lp sr_proto);  Label *gforth_engine3(Xt *ip, Cell *sp, Cell *rp0, Float *fp, Address lp sr_proto);
   
   int gforth_main(int argc, char **argv, char **env);
   
 /* for ABI-CODE and ;ABI-CODE */  /* for ABI-CODE and ;ABI-CODE */
 typedef Cell *abifunc(Cell *sp, Float **fpp);  typedef Cell *abifunc(Cell *sp, Float **fpp);
 typedef Cell *semiabifunc(Cell *sp, Float **fpp, Address body);  typedef Cell *semiabifunc(Cell *sp, Float **fpp, Address body);

Removed from v.1.123  
changed lines
  Added in v.1.124


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