aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltests.h b/ltests.h
index cc372b8f..af5641ba 100644
--- a/ltests.h
+++ b/ltests.h
@@ -94,6 +94,7 @@ LUAI_FUNC void lua_printvalue (struct TValue *v);
94** Function to print the stack 94** Function to print the stack
95*/ 95*/
96LUAI_FUNC void lua_printstack (lua_State *L); 96LUAI_FUNC void lua_printstack (lua_State *L);
97LUAI_FUNC int lua_printallstack (lua_State *L);
97 98
98 99
99/* test for lock/unlock */ 100/* test for lock/unlock */