Diff for /gforth/envos.fs.in between versions 1.10 and 1.11

version 1.10, 2008/09/18 15:47:04 version 1.11, 2009/10/14 17:44:04
Line 32  set-current Line 32  set-current
   
 : libtool-cc ( -- c-addr u ) \ gforth  : libtool-cc ( -- c-addr u ) \ gforth
 \G invocation string of the C compiler used for libtool  \G invocation string of the C compiler used for libtool
     s" @CC@" ;      s" @LIBTOOL_CC@" ;
   
 : libtool-flags ( -- c-addr u ) \ gforth  : libtool-flags ( -- c-addr u ) \ gforth
 \G force no undefined for cygwin  \G force no undefined for cygwin

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


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