Diff for /gforth/envos.fs.in between versions 1.7 and 1.8

version 1.7, 2008/07/15 16:11:49 version 1.8, 2008/08/08 20:56:14
Line 33  set-current Line 33  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" @CC@" ;
   
   \ test for the presence of libffi or ffcall
   @FFCALLFLAG@ constant ffcall-present \ libffi present (on building)
   @LIBFFIFLAG@ constant libffi-present \ ffcall libs present (on building)
   
   

Removed from v.1.7  
changed lines
  Added in v.1.8


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