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

version 1.23, 2008/02/12 20:28:51 version 1.25, 2008/04/29 20:03:40
Line 18 Line 18
 \ along with this program. If not, see http://www.gnu.org/licenses/.  \ along with this program. If not, see http://www.gnu.org/licenses/.
   
 s" libavcall.so"     open-lib 0<>  s" libavcall.so"     open-lib 0<>
 s" libcallback.so"   open-lib 0<> and  s" libcallback.so"   open-lib 0<> and [if]
 s" libvacall.so"     open-lib 0<> and  
 s" libtrampoline.so" open-lib 0<> and [if]  
     .( including fflib.fs [ffcall] )      .( including fflib.fs [ffcall] )
     include fflib.fs      include fflib.fs
 [ELSE]  [ELSE]
     s" libffi.so" open-lib [if]      s" libffi" open-lib [if]
         .( including libffi.fs )          .( including libffi.fs )
         include libffi.fs          include libffi.fs
     [ELSE]      [ELSE]

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


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