Improvements in the manual

Plus details
This commit is contained in:
Roberto Ierusalimschy
2025-01-10 15:11:54 -03:00
parent 7ca3c40b50
commit 915c29f8bd
4 changed files with 23 additions and 18 deletions

View File

@@ -186,7 +186,7 @@ typedef struct stringtable {
*/
struct CallInfo {
StkIdRel func; /* function index in the stack */
StkIdRel top; /* top for this function */
StkIdRel top; /* top for this function */
struct CallInfo *previous, *next; /* dynamic call link */
union {
struct { /* only for Lua functions */