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

version 1.15, 2012/03/22 16:27:11 version 1.16, 2012/07/02 21:59:10
Line 30  set-current Line 30  set-current
 \G the suffix for loading shared objects  \G the suffix for loading shared objects
     s" @LIB_SUFFIX@" ;      s" @LIB_SUFFIX@" ;
   
   : arch-modifier ( -- c-addr u ) \ gforth
   \G the file name or directory modifier for the architecture
       s" @ARCH@" ;
   
 : 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.15  
changed lines
  Added in v.1.16


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