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

version 1.59, 2003/11/03 20:13:36 version 1.60, 2004/06/19 18:47:26
Line 296  struct Cellpair file_status(Char *c_addr Line 296  struct Cellpair file_status(Char *c_addr
 Cell to_float(Char *c_addr, UCell u, Float *rp);  Cell to_float(Char *c_addr, UCell u, Float *rp);
 Float v_star(Float *f_addr1, Cell nstride1, Float *f_addr2, Cell nstride2, UCell ucount);  Float v_star(Float *f_addr1, Cell nstride1, Float *f_addr2, Cell nstride2, UCell ucount);
 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 rshift(UCell u1, UCell n);
   
   
 /* signal handler stuff */  /* signal handler stuff */
 void install_signal_handlers(void);  void install_signal_handlers(void);

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


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