This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef struct { | |
lua_State *L; | |
ZIO *Z; | |
Mbuffer *b; | |
const char *name; | |
lu_byte load_size_t_size; | |
lu_byte load_size_t_offset; | |
} LoadState; |