Diff for /gforth/engine/forth.h between versions 1.49 and 1.50

version 1.49, 2003/01/27 18:59:42 version 1.50, 2003/02/17 22:42:09
Line 275  Cell to_float(Char *c_addr, UCell u, Flo Line 275  Cell to_float(Char *c_addr, UCell u, Flo
 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);
   
   /* signal handler stuff */
   void install_signal_handlers(void);
   typedef void Sigfunc(int);
   Sigfunc *bsd_signal(int signo, Sigfunc *func);
   
 /* dblsub routines */  /* dblsub routines */
 DCell dnegate(DCell d1);  DCell dnegate(DCell d1);
 UDCell ummul (UCell a, UCell b);  UDCell ummul (UCell a, UCell b);

Removed from v.1.49  
changed lines
  Added in v.1.50


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