Diff for /gforth/lib.fs between versions 1.8 and 1.10

version 1.8, 2003/08/16 19:46:11 version 1.10, 2005/08/21 22:09:14
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 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 21 Line 21
 [IFDEF] av-call-int  [IFDEF] av-call-int
     include fflib.fs      include fflib.fs
 [ELSE]  [ELSE]
     include oldlib.fs      [IFDEF] ffi-call
           include libffi.fs
       [ELSE]
           include oldlib.fs
       [THEN]
 [THEN]  [THEN]
   

Removed from v.1.8  
changed lines
  Added in v.1.10


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