]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Add missing change for last commit.
authorMike Pall <mike>
Sun, 5 Aug 2012 17:13:35 +0000 (19:13 +0200)
committerMike Pall <mike>
Sun, 5 Aug 2012 17:13:35 +0000 (19:13 +0200)
src/lj_errmsg.h

index 2d677ccac369dce3a3aec15ae583e57b3c3c468c..d59d76a212c5cfee5566783f6cf30e724e6a6c42 100644 (file)
@@ -160,6 +160,7 @@ ERRDEF(FFI_BADCALL, LUA_QS " is not callable")
 ERRDEF(FFI_NUMARG,     "wrong number of arguments for function call")
 ERRDEF(FFI_BADMEMBER,  LUA_QS " has no member named " LUA_QS)
 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_NODECL,     "missing declaration for symbol " LUA_QS)
 ERRDEF(FFI_BADCBACK,   "bad callback")