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

version 1.22, 2007/12/31 18:40:24 version 1.23, 2008/02/12 20:28:51
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
   s" libvacall.so"     open-lib 0<> and
   s" libtrampoline.so" open-lib 0<> and [if]
       .( including fflib.fs [ffcall] )
     include fflib.fs      include fflib.fs
 [ELSE]  [ELSE]
     [IFDEF] ffi-call      s" libffi.so" 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.23


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