Diff for /gforth/engine/forth.h between versions 1.97 and 1.98

version 1.97, 2008/05/04 17:52:27 version 1.98, 2008/07/03 12:29:05
Line 456  extern Address gforth_LP; Line 456  extern Address gforth_LP;
 extern void gforth_callback(Xt* fcall, void * alist);  extern void gforth_callback(Xt* fcall, void * alist);
 #endif  #endif
   
 #ifdef HAS_LIBFFI  
 extern Cell *gforth_RP;  
 extern Address gforth_LP;  
 #include <ffi.h>  
 extern void gforth_callback(ffi_cif * cif, void * resp, void ** args, void * ip);  
 #endif  
   
 #ifdef NO_IP  #ifdef NO_IP
 extern Label next_code;  extern Label next_code;
 #endif  #endif

Removed from v.1.97  
changed lines
  Added in v.1.98


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