[gforth] / gforth / lib.fs  

gforth: gforth/lib.fs

Diff for /gforth/lib.fs between version 1.32 and 1.33

version 1.32, Thu Jul 31 12:48:26 2008 UTC version 1.33, Sat Aug 2 22:03:48 2008 UTC
Line 25 
Line 25 
             [ELSE] 2dup s" darwin" string-prefix? [IF] 2drop s" libffi.dylib"              [ELSE] 2dup s" darwin" string-prefix? [IF] 2drop s" libffi.dylib"
                 [ELSE] 2drop s" libffi" [THEN] [THEN] [THEN] [THEN] [THEN]                  [ELSE] 2drop s" libffi" [THEN] [THEN] [THEN] [THEN] [THEN]
 open-lib [if]  open-lib [if]
     .( including libffi.fs )  \    warnings @ [IF] .( including libffi.fs ) [THEN]
     include libffi.fs      include libffi.fs
 [ELSE]  [ELSE]
     s" libavcall.so"     open-lib 0<>      s" libavcall.so"     open-lib 0<>
     s" libcallback.so"   open-lib 0<> and [if]      s" libcallback.so"   open-lib 0<> and [if]
         .( including fflib.fs [ffcall] )  \       warnings @ [IF] .( including fflib.fs [ffcall] ) [THEN]
         include fflib.fs          include fflib.fs
     [ELSE]      [ELSE]
         .( Neither libffi nor ffcall are available ) cr          .( Neither libffi nor ffcall are available ) cr


Generate output suitable for use with a patch program
Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help