diff options
Diffstat (limited to 'llex.h')
-rw-r--r-- | llex.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ typedef struct LexState { | |||
76 | TString *source; /* current source name */ | 76 | TString *source; /* current source name */ |
77 | TString *envn; /* environment variable name */ | 77 | TString *envn; /* environment variable name */ |
78 | TString *brkn; /* "break" name (used as a label) */ | 78 | TString *brkn; /* "break" name (used as a label) */ |
79 | TString *glbn; /* "global" name (when not a reserved word) */ | ||
79 | } LexState; | 80 | } LexState; |
80 | 81 | ||
81 | 82 | ||