diff options
Diffstat (limited to 'src/lj_lex.h')
-rw-r--r-- | src/lj_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_lex.h b/src/lj_lex.h index 16f35aa5..7a4fd74b 100644 --- a/src/lj_lex.h +++ b/src/lj_lex.h | |||
@@ -64,6 +64,7 @@ typedef struct LexState { | |||
64 | BCLine lastline; /* Line of last token. */ | 64 | BCLine lastline; /* Line of last token. */ |
65 | GCstr *chunkname; /* Current chunk name (interned string). */ | 65 | GCstr *chunkname; /* Current chunk name (interned string). */ |
66 | const char *chunkarg; /* Chunk name argument. */ | 66 | const char *chunkarg; /* Chunk name argument. */ |
67 | const char *mode; /* Allow loading bytecode (b) and/or source text (t). */ | ||
67 | VarInfo *vstack; /* Stack for names and extents of local variables. */ | 68 | VarInfo *vstack; /* Stack for names and extents of local variables. */ |
68 | MSize sizevstack; /* Size of variable stack. */ | 69 | MSize sizevstack; /* Size of variable stack. */ |
69 | MSize vtop; /* Top of variable stack. */ | 70 | MSize vtop; /* Top of variable stack. */ |