--- gforth/libffi.fs 2005/12/11 20:08:09 1.8 +++ gforth/libffi.fs 2005/12/11 20:10:01 1.9 @@ -149,7 +149,7 @@ Variable args args off postpone Literal ; 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 ! ; : ffi-call, ( -- lit-cif )