mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Add missing change for last commit.
This commit is contained in:
parent
806822b70b
commit
5e227865bc
@ -160,6 +160,7 @@ ERRDEF(FFI_BADCALL, LUA_QS " is not callable")
|
|||||||
ERRDEF(FFI_NUMARG, "wrong number of arguments for function call")
|
ERRDEF(FFI_NUMARG, "wrong number of arguments for function call")
|
||||||
ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS)
|
ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS)
|
||||||
ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed")
|
ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed")
|
||||||
|
ERRDEF(FFI_BADIDXW, LUA_QS " cannot be indexed with " LUA_QS)
|
||||||
ERRDEF(FFI_WRCONST, "attempt to write to constant location")
|
ERRDEF(FFI_WRCONST, "attempt to write to constant location")
|
||||||
ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS)
|
ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS)
|
||||||
ERRDEF(FFI_BADCBACK, "bad callback")
|
ERRDEF(FFI_BADCBACK, "bad callback")
|
||||||
|
Loading…
Reference in New Issue
Block a user