diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -64,7 +64,6 @@ LUA_API Memcontrol l_memcontrol; | |||
64 | extern void *l_Trick; | 64 | extern void *l_Trick; |
65 | 65 | ||
66 | 66 | ||
67 | |||
68 | /* | 67 | /* |
69 | ** Function to traverse and check all memory used by Lua | 68 | ** Function to traverse and check all memory used by Lua |
70 | */ | 69 | */ |
@@ -76,6 +75,11 @@ LUAI_FUNC int lua_checkmemory (lua_State *L); | |||
76 | struct GCObject; | 75 | struct GCObject; |
77 | LUAI_FUNC void lua_printobj (lua_State *L, struct GCObject *o); | 76 | LUAI_FUNC void lua_printobj (lua_State *L, struct GCObject *o); |
78 | 77 | ||
78 | /* | ||
79 | ** Function to print the stack | ||
80 | */ | ||
81 | LUAI_FUNC void lua_printstack (lua_State *L); | ||
82 | |||
79 | 83 | ||
80 | /* test for lock/unlock */ | 84 | /* test for lock/unlock */ |
81 | 85 | ||