Diff for /gforth/envos.fs.in between versions 1.14 and 1.15

version 1.14, 2010/12/31 18:09:02 version 1.15, 2012/03/22 16:27:11
Line 26  get-current environment-wordlist set-cur Line 26  get-current environment-wordlist set-cur
     s" @host_os@" ;      s" @host_os@" ;
 set-current  set-current
   
   : lib-suffix ( -- c-addr u ) \ gforth
   \G the suffix for loading shared objects
       s" @LIB_SUFFIX@" ;
   
 : libtool-command ( -- c-addr u ) \ gforth  : libtool-command ( -- c-addr u ) \ gforth
 \G name of the GNU libtool command  \G name of the GNU libtool command
     s" @GNU_LIBTOOL@" ;      s" @GNU_LIBTOOL@" ;

Removed from v.1.14  
changed lines
  Added in v.1.15


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