Diff for /gforth/libffi.fs between versions 1.8 and 1.9

version 1.8, 2005/12/11 20:08:09 version 1.9, 2005/12/11 20:10:01
Line 149  Variable args args off Line 149  Variable args args off
     postpone Literal ;      postpone Literal ;
   
 Variable ind-call  ind-call off  Variable ind-call  ind-call off
 : ind:  ind-call on  Create  here thisproc !  : fptr:  ind-call on  Create  here thisproc !
     0 , 0 , 0 , 0 also c-decl  DOES>  cell+ dup cell+ cell+ >r ! ;      0 , 0 , 0 , 0 also c-decl  DOES>  cell+ dup cell+ cell+ >r ! ;
   
 : ffi-call, ( -- lit-cif )  : ffi-call, ( -- lit-cif )

Removed from v.1.8  
changed lines
  Added in v.1.9


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