aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/test_c.c')
-rw-r--r--ClientHamr/GuiLua/test_c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c
index 0f6e718..eb06416 100644
--- a/ClientHamr/GuiLua/test_c.c
+++ b/ClientHamr/GuiLua/test_c.c
@@ -30,6 +30,7 @@ static int cfunc (lua_State *L)
30} 30}
31 31
32 32
33/*
33static void dumpStack(lua_State *L, int i) 34static void dumpStack(lua_State *L, int i)
34{ 35{
35 int type = lua_type(L, i); 36 int type = lua_type(L, i);
@@ -49,6 +50,7 @@ static void dumpStack(lua_State *L, int i)
49 default : printf("Stack %d is unknown\n", i); break; 50 default : printf("Stack %d is unknown\n", i); break;
50 } 51 }
51} 52}
53*/
52 54
53/* local test_c = require 'test_c' 55/* local test_c = require 'test_c'
54 56