Diff for /gforth/engine/forth.h between versions 1.60 and 1.61

version 1.60, 2004/06/19 18:47:26 version 1.61, 2004/08/27 15:53:51
Line 298  Float v_star(Float *f_addr1, Cell nstrid Line 298  Float v_star(Float *f_addr1, Cell nstrid
 void faxpy(Float ra, Float *f_x, Cell nstridex, Float *f_y, Cell nstridey, UCell ucount);  void faxpy(Float ra, Float *f_x, Cell nstridex, Float *f_y, Cell nstridey, UCell ucount);
 UCell lshift(UCell u1, UCell n);  UCell lshift(UCell u1, UCell n);
 UCell rshift(UCell u1, UCell n);  UCell rshift(UCell u1, UCell n);
   int gforth_system(Char *c_addr, UCell u);
   
   
 /* signal handler stuff */  /* signal handler stuff */

Removed from v.1.60  
changed lines
  Added in v.1.61


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