--- gforth/lib.fs 2008/02/12 20:28:51 1.23 +++ gforth/lib.fs 2008/07/15 16:11:49 1.26 @@ -1,6 +1,6 @@ \ lib.fs shared library support package 11may97py -\ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2006,2007 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2005,2006,2007,2008 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -18,13 +18,11 @@ \ along with this program. If not, see http://www.gnu.org/licenses/. s" libavcall.so" open-lib 0<> -s" libcallback.so" open-lib 0<> and -s" libvacall.so" open-lib 0<> and -s" libtrampoline.so" open-lib 0<> and [if] +s" libcallback.so" open-lib 0<> and [if] .( including fflib.fs [ffcall] ) include fflib.fs [ELSE] - s" libffi.so" open-lib [if] + s" libffi" open-lib [if] .( including libffi.fs ) include libffi.fs [ELSE]