[gforth] / gforth / libcc.fs  

gforth: gforth/libcc.fs

Diff for /gforth/libcc.fs between version 1.65 and 1.67

version 1.65, Thu Dec 30 21:46:14 2010 UTC version 1.67, Fri Dec 31 18:09:02 2010 UTC
Line 1 
Line 1 
 \ libcc.fs      foreign function interface implemented using a C compiler  \ libcc.fs      foreign function interface implemented using a C compiler
   
 \ Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.  \ Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 698 
Line 698 
   
 : init-libcc ( -- )  : init-libcc ( -- )
     s" ~/.gforth/libcc-named/" libcc-named-dir-v 2!      s" ~/.gforth/libcc-named/" libcc-named-dir-v 2!
 [IFDEF] make-path  [IFDEF] $init
     libcc-path make-path      libcc-path $init
     libcc-named-dir libcc-path also-path      libcc-named-dir libcc-path also-path
     [ s" libccdir" getenv ] sliteral libcc-path also-path      [ s" libccdir" getenv ] sliteral libcc-path also-path
 [THEN]  [THEN]


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help