Diff for /gforth/libcc.fs between versions 1.57 and 1.58

version 1.57, 2008/11/01 19:21:07 version 1.58, 2008/12/26 17:29:52
Line 557  DEFER compile-wrapper-function ( -- ) Line 557  DEFER compile-wrapper-function ( -- )
         c-source-file close-file throw          c-source-file close-file throw
         0 c-source-file-id !          0 c-source-file-id !
         [ libtool-command s"  --silent --mode=compile " s+          [ libtool-command s"  --silent --mode=compile " s+
           libtool-cc append s"  -I " append            libtool-cc append s"  -I '" append
           s" includedir" getenv append ] sliteral            s" includedir" getenv append  s" '" append ] sliteral
         s"  -O -c " s+ lib-filename 2@ append s" .c -o " append          s"  -O -c " s+ lib-filename 2@ append s" .c -o " append
         lib-filename 2@ append s" .lo" append ( c-addr u )          lib-filename 2@ append s" .lo" append ( c-addr u )
         \    2dup type cr          \    2dup type cr

Removed from v.1.57  
changed lines
  Added in v.1.58


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