mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge pull request #301 from THE-FYP/thread-status-dead-fix
fix thread_status::dead value for luajit
This commit is contained in:
commit
87f845606b
|
@ -343,7 +343,7 @@ namespace sol {
|
||||||
memory = LUA_ERRMEM,
|
memory = LUA_ERRMEM,
|
||||||
gc = LUA_ERRGCMM,
|
gc = LUA_ERRGCMM,
|
||||||
handler = LUA_ERRERR,
|
handler = LUA_ERRERR,
|
||||||
dead,
|
dead = -1,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class load_status : int {
|
enum class load_status : int {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user