mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Let's hope this isn't busted too
This commit is contained in:
parent
59b196a1db
commit
91aff613bc
|
@ -48,7 +48,7 @@
|
|||
|
||||
/* LuaJIT does not have the updated error codes for thread status/function returns */
|
||||
#ifndef LUA_ERRGCMM
|
||||
#define LUA_ERRGCMM (LUA_ERRERR + 1)
|
||||
#define LUA_ERRGCMM (LUA_ERRERR + 2)
|
||||
#endif // LUA_ERRGCMM
|
||||
|
||||
/* LuaJIT does not support continuation contexts / return error codes? */
|
||||
|
|
Loading…
Reference in New Issue
Block a user