| 1095 | } |
| 1096 | |
| 1097 | SWIGRUNTIME void |
| 1098 | SWIG_Lua_SetModule(lua_State *L, swig_module_info *module) { |
| 1099 | /* add this all into the Lua registry: */ |
| 1100 | lua_pushstring(L,"swig_runtime_data_type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME); |
| 1101 | lua_pushlightuserdata(L,(void*)module); |
| 1102 | lua_rawset(L,LUA_REGISTRYINDEX); |
| 1103 | } |
| 1104 | |
| 1105 | /* ----------------------------------------------------------------------------- |
| 1106 | * global variable support code: modules |
nothing calls this directly
no test coverage detected