diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ typedef struct stringtable { | |||
186 | */ | 186 | */ |
187 | struct CallInfo { | 187 | struct 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 */ |