[gforth] / gforth / lib.fs  

gforth: gforth/lib.fs

Diff for /gforth/lib.fs between version 1.17 and 1.18

version 1.17, Sun Dec 31 13:39:13 2006 UTC version 1.18, Sat Feb 17 21:04:15 2007 UTC
Line 30 
Line 30 
   
 \ testing stuff  \ testing stuff
   
   [IFUNDEF] libc
       s" os-type" environment? [IF]
           2dup s" linux-gnu" str= [IF]  2drop
               library libc libc.so.6
           [ELSE] 2dup s" cygwin" str= [IF]  2drop
                   library libc cygwin1.dll
               [ELSE]  s" bsd" search nip nip [IF]
                       library libc libc.so
                   [THEN]
               [THEN]
           [THEN]
       [THEN]
   [THEN]
   
 [ifdef] testing  [ifdef] testing
   
 library libc libc.so.6  library libc libc.so.6


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help