[gforth] / gforth / libcc.fs  

gforth: gforth/libcc.fs

Diff for /gforth/libcc.fs between version 1.37 and 1.38

version 1.37, Tue Jun 17 20:48:21 2008 UTC version 1.38, Tue Jun 17 21:27:54 2008 UTC
Line 587 
Line 587 
     true abort" Called function of unfinished named C library" ;      true abort" Called function of unfinished named C library" ;
   
 : c-library-name ( c-addr u -- ) \ gforth  : c-library-name ( c-addr u -- ) \ gforth
 \G Start a C library with name @i{c-addr u}.  \G Start a C library interface with name @i{c-addr u}.
     clear-libs      clear-libs
     ['] c-library-incomplete is compile-wrapper-function      ['] c-library-incomplete is compile-wrapper-function
     c-library-name1 ;      c-library-name1 ;
Line 596 
Line 596 
 \G Parsing version of @code{c-library-name}  \G Parsing version of @code{c-library-name}
     name save-mem c-library-name ;      name save-mem c-library-name ;
   
 : end-c-library ( -- )  : end-c-library ( -- ) \ gforth
   \G Finish and (if necessary) build the latest C library interface.
     ['] compile-wrapper-function1 is compile-wrapper-function      ['] compile-wrapper-function1 is compile-wrapper-function
     compile-wrapper-function1 ;      compile-wrapper-function1 ;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help