Diff for /gforth/engine/forth.h between versions 1.131 and 1.132

version 1.131, 2012/10/05 22:41:24 version 1.132, 2012/10/05 23:48:27
Line 410  Xt gforth_find(Char * name); Line 410  Xt gforth_find(Char * name);
 int gforth_execute(Xt xt);  int gforth_execute(Xt xt);
 void gforth_cleanup();  void gforth_cleanup();
 void gforth_printmetrics();  void gforth_printmetrics();
   #if defined(DOUBLY_INDIRECT)
   int gforth_make_image(int debugflag);
   #endif
   
 /* 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);

Removed from v.1.131  
changed lines
  Added in v.1.132


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