Merge pull request #301 from THE-FYP/thread-status-dead-fix

fix thread_status::dead value for luajit
This commit is contained in:
The Phantom Derpstorm 2016-12-16 05:16:45 -05:00 committed by GitHub
commit 87f845606b

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 {