--- gforth/lib.fs 2003/08/15 21:45:46 1.7 +++ gforth/lib.fs 2005/08/21 22:09:14 1.10 @@ -1,6 +1,6 @@ \ lib.fs shared library support package 11may97py -\ Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -20,8 +20,11 @@ [IFDEF] av-call-int include fflib.fs - legacy on [ELSE] - include oldlib.fs + [IFDEF] ffi-call + include libffi.fs + [ELSE] + include oldlib.fs + [THEN] [THEN]