aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-08 01:50:16 +1000
committerDavid Walter Seikel2014-04-08 01:50:16 +1000
commit9275313685679c87ff4385d9d26388b5f00325be (patch)
tree97944291c9a9cffb84e5980e3af4cfe99d280a33 /ClientHamr
parentTODO -= 0.5 (diff)
downloadSledjHamr-9275313685679c87ff4385d9d26388b5f00325be.zip
SledjHamr-9275313685679c87ff4385d9d26388b5f00325be.tar.gz
SledjHamr-9275313685679c87ff4385d9d26388b5f00325be.tar.bz2
SledjHamr-9275313685679c87ff4385d9d26388b5f00325be.tar.xz
Comment out the currently unused dumpStack().
Diffstat (limited to 'ClientHamr')
-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