mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 23:44:08 +00:00
add LUA_OK
This commit is contained in:
parent
de97b9d52b
commit
4316ae7275
@ -39,7 +39,8 @@
|
|||||||
#define lua_upvalueindex(i) (LUA_GLOBALSINDEX-(i))
|
#define lua_upvalueindex(i) (LUA_GLOBALSINDEX-(i))
|
||||||
|
|
||||||
|
|
||||||
/* thread status; 0 is OK */
|
/* thread status */
|
||||||
|
#define LUA_OK 0
|
||||||
#define LUA_YIELD 1
|
#define LUA_YIELD 1
|
||||||
#define LUA_ERRRUN 2
|
#define LUA_ERRRUN 2
|
||||||
#define LUA_ERRSYNTAX 3
|
#define LUA_ERRSYNTAX 3
|
||||||
|
Loading…
Reference in New Issue
Block a user