mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Slightly faster way to check for "global"
This commit is contained in:
parent
3fb7a77731
commit
ded2ad2d86
3 changed files with 13 additions and 12 deletions
1
llex.h
1
llex.h
|
|
@ -76,6 +76,7 @@ typedef struct LexState {
|
|||
TString *source; /* current source name */
|
||||
TString *envn; /* environment variable name */
|
||||
TString *brkn; /* "break" name (used as a label) */
|
||||
TString *glbn; /* "global" name (when not a reserved word) */
|
||||
} LexState;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue