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

version 1.10, 2005/12/11 21:58:20 version 1.11, 2006/02/25 18:28:11
Line 206  also c-decl definitions Line 206  also c-decl definitions
   
 ' noop   0 rettype (void)  ' noop   0 rettype (void)
 ' is>x   6 rettype (int)  ' is>x   6 rettype (int)
 ' i>x    6 rettype (uint)  ' i>x    5 rettype (uint)
 ' p>x  &12 rettype (ptr)  ' p>x  &12 rettype (ptr)
 ' d>x    8 rettype (llong)  ' d>x    8 rettype (llong)
 ' sf>x   9 rettype (sf)  ' sf>x   9 rettype (sf)

Removed from v.1.10  
changed lines
  Added in v.1.11


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