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

version 1.9, 2005/12/11 20:10:01 version 1.10, 2005/12/11 21:58:20
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
 : fptr:  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.9  
changed lines
  Added in v.1.10


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