instance_globals update to include lua_ver storage

This commit is contained in:
nhmall
2019-11-30 17:24:11 -05:00
parent 7031b6b504
commit c5babb0de1
2 changed files with 8 additions and 0 deletions

View File

@@ -691,6 +691,9 @@ const struct instance_globals g_init = {
UNDEFINED_VALUE, /* poly_zap */
UNDEFINED_VALUE, /* obj_zapped */
/* new */
DUMMY, /* lua_ver[LUA_VER_BUFSIZ] */
IVMAGIC /* used to validate that structure layout has been preserved */
};