Diff for /gforth/libcc.fs between versions 1.67 and 1.69

version 1.67, 2010/12/31 18:09:02 version 1.69, 2011/12/31 15:29:25
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,2010 Free Software Foundation, Inc.  \ Copyright (C) 2006,2007,2008,2009,2010,2011 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 659  DEFER compile-wrapper-function ( -- ) Line 659  DEFER compile-wrapper-function ( -- )
     \G specified stack effect and calls the C function @code{c-name}.      \G specified stack effect and calls the C function @code{c-name}.
     ['] parse-function-types (c-function) ;      ['] parse-function-types (c-function) ;
   
 : c-value ( "forth-name" "c-name" "[---]" "type" -- ) \ gforth  : c-value ( "forth-name" "c-name" "---" "type" -- ) \ gforth
     \G Define a Forth word @i{forth-name}.  @i{Forth-name} has the      \G Define a Forth word @i{forth-name}.  @i{Forth-name} has the
     \G specified stack effect and gives the C value of @code{c-name}.      \G specified stack effect and gives the C value of @code{c-name}.
     ['] parse-value-type (c-function) ;      ['] parse-value-type (c-function) ;

Removed from v.1.67  
changed lines
  Added in v.1.69


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