--- gforth/libffi.fs 2009/02/24 22:34:35 1.31 +++ gforth/libffi.fs 2009/12/27 01:00:52 1.32 @@ -274,7 +274,7 @@ Create argptr maxargs 0 [DO] argbuf [I] : sf>x ( -- r ) retbuf sf@ ; : df>x ( -- r ) retbuf df@ ; -wordlist constant cifs +table constant cifs Variable cifbuf $40 allot \ maximum: 64 parameters : cifreset cifbuf cell+ cifbuf ! ;