Let's hope this isn't busted too

This commit is contained in:
ThePhD 2017-03-31 17:59:55 -04:00
parent 59b196a1db
commit 91aff613bc

View File

@ -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? */