[gforth] / gforth / libffi.fs  

gforth: gforth/libffi.fs

Diff for /gforth/libffi.fs between version 1.22 and 1.23

version 1.22, Tue Jun 17 20:18:11 2008 UTC version 1.23, Thu Jul 3 12:29:04 2008 UTC
Line 26 
Line 26 
 c-library libffi  c-library libffi
 s" ffi" add-lib  s" ffi" add-lib
   
   s" os-type" environment? [IF] s" darwin" string-prefix?
   [IF]
       \c #define MACOSX
       \c #include <ffi/ffi.h>
   [ELSE]
 \c #include <ffi.h>  \c #include <ffi.h>
 \c static Cell *gforth_RP;  [THEN]
 \c static unsigned char *gforth_LP;  [ELSE]
       \c #include <ffi.h>
   [THEN]
   \c extern Cell *gforth_RP;
   \c extern unsigned char *gforth_LP;
 \c static void **gforth_clist;  \c static void **gforth_clist;
 \c static void *gforth_ritem;  \c static void *gforth_ritem;
 \c typedef void *Label;  \c typedef void *Label;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help