aboutsummaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-01-10 15:11:54 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-01-10 15:11:54 -0300
commit915c29f8bd0d4b0435a4b51a6c7913f5e170d09e (patch)
tree50c663be7df7982a7ffcc279d19f701144bfadf9 /lstate.h
parent7ca3c40b50b385ead6b8bc4c54de97b61d11a12a (diff)
downloadlua-915c29f8bd0d4b0435a4b51a6c7913f5e170d09e.tar.gz
lua-915c29f8bd0d4b0435a4b51a6c7913f5e170d09e.tar.bz2
lua-915c29f8bd0d4b0435a4b51a6c7913f5e170d09e.zip
Improvements in the manual
Plus details
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lstate.h b/lstate.h
index 1c81b6ed..e95c7288 100644
--- a/lstate.h
+++ b/lstate.h
@@ -186,7 +186,7 @@ typedef struct stringtable {
186*/ 186*/
187struct CallInfo { 187struct CallInfo {
188 StkIdRel func; /* function index in the stack */ 188 StkIdRel func; /* function index in the stack */
189 StkIdRel top; /* top for this function */ 189 StkIdRel top; /* top for this function */
190 struct CallInfo *previous, *next; /* dynamic call link */ 190 struct CallInfo *previous, *next; /* dynamic call link */
191 union { 191 union {
192 struct { /* only for Lua functions */ 192 struct { /* only for Lua functions */