From 10dae68ead959518650884a91bc2ca75a0afada0 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 16 May 2014 11:55:16 +1000 Subject: Skang moduleBegin() stuffs the module in the C registry, so no one has to do this now. NOTE - It uses a Lua debug function for this. --- src/GuiLua/test_c.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/GuiLua/test_c.c') diff --git a/src/GuiLua/test_c.c b/src/GuiLua/test_c.c index f548e4d..e85814b 100644 --- a/src/GuiLua/test_c.c +++ b/src/GuiLua/test_c.c @@ -65,8 +65,6 @@ int luaopen_test_c(lua_State *L) // local _M = skang.moduleBegin('test_c', nil, 'Copyright 2014 David Seikel', '0.1', '2014-03-27 03:57:00', nil, false) push_lua(L, "@ ( $ ~ $ $ $ ~ ! )", skang, MODULEBEGIN, ourName, "Copyright 2014 David Seikel", "0.1", "2014-03-27 03:57:00", 0, 1); - lua_setfield(L, LUA_REGISTRYINDEX, ourName); - lua_getfield(L, LUA_REGISTRYINDEX, ourName); _M = lua_gettop(L); // This uses function{} style. -- cgit v1.1