Diff for /gforth/libffi.fs between versions 1.27 and 1.28

version 1.27, 2008/08/05 09:17:06 version 1.28, 2008/08/09 21:26:21
Line 24 Line 24
 c-library libffi  c-library libffi
 s" ffi" add-lib  s" ffi" add-lib
   
 s" os-type" environment? [IF] s" darwin" string-prefix?  include-ffi.h-string save-c-prefix-line \ #include <ffi.h>
 [IF]  
     \c #define MACOSX  
     \c #include <ffi/ffi.h>  
 [ELSE]  
     \c #include <ffi.h>  
 [THEN]  
 [ELSE]  
     \c #include <ffi.h>  
 [THEN]  
 \c extern Cell *gforth_RP;  \c extern Cell *gforth_RP;
 \c extern unsigned char *gforth_LP;  \c extern unsigned char *gforth_LP;
 \c static void **gforth_clist;  \c static void **gforth_clist;

Removed from v.1.27  
changed lines
  Added in v.1.28


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