From 5e227865bc337d355fb635d65c9fca1cbbf83742 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 5 Aug 2012 19:13:35 +0200 Subject: Add missing change for last commit. --- src/lj_errmsg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index 2d677cca..d59d76a2 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h @@ -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") -- cgit v1.2.3-55-g6feb