[gforth] / gforth / fflib.fs  

gforth: gforth/fflib.fs

Diff for /gforth/fflib.fs between version 1.20 and 1.22

version 1.20, Mon Apr 28 08:42:59 2008 UTC version 1.22, Sun Jul 13 19:20:54 2008 UTC
Line 18 
Line 18 
 \ along with this program. If not, see http://www.gnu.org/licenses/.  \ along with this program. If not, see http://www.gnu.org/licenses/.
   
 \ replacements for former primitives  \ replacements for former primitives
 require libcc.fs  c-library fflib
   
 clear-libs  
 s" avcall" add-lib  s" avcall" add-lib
 s" callback" add-lib  s" callback" add-lib
   
Line 130 
Line 128 
 c-function va-return-float1 va_return_float1 r -- void  c-function va-return-float1 va_return_float1 r -- void
 \c #define va_return_double1(r) va_return_double(gforth_clist,r)  \c #define va_return_double1(r) va_return_double(gforth_clist,r)
 c-function va-return-double1 va_return_double1 r -- void  c-function va-return-double1 va_return_double1 r -- void
   end-c-library
   
 : av-int-r      2r> >r av-int ;  : av-int-r      2r> >r av-int ;
 : av-float-r    f@local0 lp+ av-float ;  : av-float-r    f@local0 lp+ av-float ;
Line 341 
Line 340 
 ' va-return-ptr      ' va-start-ptr      va-ret (ptr)  ' va-return-ptr      ' va-start-ptr      va-ret (ptr)
   
 previous definitions  previous definitions
 clear-libs  


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help