Diff for /gforth/lib.fs between versions 1.25 and 1.27

version 1.25, 2008/04/29 20:03:40 version 1.27, 2008/07/26 20:57:05
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 22  s" libcallback.so"   open-lib 0<> and [i Line 22  s" libcallback.so"   open-lib 0<> and [i
     .( including fflib.fs [ffcall] )      .( including fflib.fs [ffcall] )
     include fflib.fs      include fflib.fs
 [ELSE]  [ELSE]
     s" libffi" open-lib [if]      s" libffi.so" open-lib [if]
         .( including libffi.fs )          .( including libffi.fs )
         include libffi.fs          include libffi.fs
     [ELSE]      [ELSE]

Removed from v.1.25  
changed lines
  Added in v.1.27


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