diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-17 14:30:43 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-17 14:30:43 -0300 |
commit | 205f9aa67b43b3d9b5059769cfc1ed0265341586 (patch) | |
tree | 88dc9ee32e3ebb3c26c266bc6392893c8fe196a7 /ltests.h | |
parent | 94d38560c3095190fa2c868cbf7bcf39ca444568 (diff) | |
download | lua-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | */ |
96 | LUAI_FUNC void lua_printstack (lua_State *L); | 96 | LUAI_FUNC void lua_printstack (lua_State *L); |
97 | LUAI_FUNC int lua_printallstack (lua_State *L); | ||
97 | 98 | ||
98 | 99 | ||
99 | /* test for lock/unlock */ | 100 | /* test for lock/unlock */ |