[gforth] / gforth / envos.fs.in  

gforth: gforth/envos.fs.in

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

version 1.14, Fri Dec 31 18:09:02 2010 UTC version 1.15, Thu Mar 22 16:27:11 2012 UTC
Line 26 
Line 26 
     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@" ;


Generate output suitable for use with a patch program
Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help