mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
fix thread_status::dead value for luajit
This commit is contained in:
parent
428adf706f
commit
b1af00f048
|
@ -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