--- gforth/lib.fs 2008/02/12 20:28:51 1.23 +++ gforth/lib.fs 2008/04/29 20:03:40 1.25 @@ -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]