aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-17 14:30:43 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-17 14:30:43 -0300
commit205f9aa67b43b3d9b5059769cfc1ed0265341586 (patch)
tree88dc9ee32e3ebb3c26c266bc6392893c8fe196a7 /ltests.h
parent94d38560c3095190fa2c868cbf7bcf39ca444568 (diff)
downloadlua-205f9aa67b43b3d9b5059769cfc1ed0265341586.tar.gz
lua-205f9aa67b43b3d9b5059769cfc1ed0265341586.tar.bz2
lua-205f9aa67b43b3d9b5059769cfc1ed0265341586.zip
New function 'printallstack' in test library
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 */