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

version 1.8, 2008/08/08 20:56:14 version 1.9, 2008/08/09 21:26:21
Line 38  set-current Line 38  set-current
 @FFCALLFLAG@ constant ffcall-present \ libffi present (on building)  @FFCALLFLAG@ constant ffcall-present \ libffi present (on building)
 @LIBFFIFLAG@ constant libffi-present \ ffcall libs present (on building)  @LIBFFIFLAG@ constant libffi-present \ ffcall libs present (on building)
   
   : include-ffi.h-string ( -- c-addr u )
     s" #include <@FFI_H_NAME@>" ;
   

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


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