|
Hi! Is there any way to have Lua 5.1 (actually
LuaJIT) and Lua 5.2 (LuaJIT doesn't support _ENV) on the same
program?When a module is linked, all symbol references that are resolved within the files of the module, can be hidden, leaving only the unresolved ones visible (external references)Uhh... what? (kinda C noob) How this actually is commanded, depends on compiler / linker. ld does this with a version script. -- Oliver |