[gforth] / gforth / engine / support.c  

gforth: gforth/engine/support.c

Diff for /gforth/engine/support.c between version 1.34 and 1.35

version 1.34, Thu Oct 9 16:43:54 2008 UTC version 1.35, Thu Oct 9 22:03:59 2008 UTC
Line 539 
Line 539 
 UCell gforth_dlopen(Char *c_addr, UCell u)  UCell gforth_dlopen(Char *c_addr, UCell u)
 {  {
   char * file=tilde_cstr(c_addr, u, 1);    char * file=tilde_cstr(c_addr, u, 1);
   int lib;    Ucell lib;
 #if defined(HAVE_LIBLTDL)  #if defined(HAVE_LIBLTDL)
   lib = (UCell)lt_dlopen(file);    lib = (UCell)lt_dlopen(file);
   if(lib) return lib;    if(lib) return lib;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help