[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.212 and 1.213

version 1.212, Wed May 9 07:12:59 2007 UTC version 1.213, Fri Jun 1 18:40:20 2007 UTC
Line 1800 
Line 1800 
 call-c  ( ... w -- ... )        gforth  call_c  call-c  ( ... w -- ... )        gforth  call_c
 ""Call the C function pointed to by @i{w}. The C function has to  ""Call the C function pointed to by @i{w}. The C function has to
 access the stack itself. The stack pointers are exported in the global  access the stack itself. The stack pointers are exported in the global
 variables @code{SP} and @code{FP}.""  variables @code{gforth_SP} and @code{gforth_FP}.""
 /* This is a first attempt at support for calls to C. This may change in  /* This is a first attempt at support for calls to C. This may change in
    the future */     the future */
 gforth_FP=fp;  gforth_FP=fp;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help