--- gforth/lib.fs 2003/08/16 19:46:11 1.8 +++ 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. @@ -21,6 +21,10 @@ [IFDEF] av-call-int include fflib.fs [ELSE] - include oldlib.fs + [IFDEF] ffi-call + include libffi.fs + [ELSE] + include oldlib.fs + [THEN] [THEN]