Ignore:
Timestamp:
08/11/05 11:26:47 (7 years ago)
Author:
gnue
Message:

can compile for iPod Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/src/newt_core/NewtVM.c

    r39 r40  
    34883488 
    34893489    NewtDefGlobalFunc(NSSYM(CompileFile),NsCompileFile,     1, "CompileFile(file)"); 
     3490 
     3491#ifdef HAVE_DLOPEN 
    34903492    NewtDefGlobalFunc(NSSYM(LoadLib),   NsLoadLib,          1, "LoadLib(file)"); 
     3493#endif /* HAVE_DLOPEN */ 
     3494 
    34913495    NewtDefGlobalFunc(NSSYM(Load),      NsLoad,             1, "Load(file)"); 
    34923496    NewtDefGlobalFunc(NSSYM(Require),   NsRequire,          1, "Require(str)"); 
Note: See TracChangeset for help on using the changeset viewer.