Diff for /gforth/lib.fs between versions 1.22 and 1.26

version 1.22, 2007/12/31 18:40:24 version 1.26, 2008/07/15 16:11:49
Line 1 Line 1
 \ lib.fs        shared library support package          11may97py  \ 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.  \ This file is part of Gforth.
   
Line 17 Line 17
 \ You should have received a copy of the GNU General Public License  \ You should have received a copy of the GNU General Public License
 \ along with this program. If not, see http://www.gnu.org/licenses/.  \ along with this program. If not, see http://www.gnu.org/licenses/.
   
 [IFDEF] av-call-int  s" libavcall.so"     open-lib 0<>
   s" libcallback.so"   open-lib 0<> and [if]
       .( including fflib.fs [ffcall] )
     include fflib.fs      include fflib.fs
 [ELSE]  [ELSE]
     [IFDEF] ffi-call      s" libffi" open-lib [if]
           .( including libffi.fs )
         include libffi.fs          include libffi.fs
     [ELSE]      [ELSE]
         .( Neither libffi nor ffcall are available ) cr          .( Neither libffi nor ffcall are available ) cr

Removed from v.1.22  
changed lines
  Added in v.1.26


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