fix thread_status::dead value for luajit

This commit is contained in:
FYP 2016-12-16 12:20:28 +03:00 committed by GitHub
parent 428adf706f
commit b1af00f048

View File

@ -343,7 +343,7 @@ namespace sol {
memory = LUA_ERRMEM,
gc = LUA_ERRGCMM,
handler = LUA_ERRERR,
dead,
dead = -1,
};
enum class load_status : int {