aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_errmsg.h1
1 files changed, 1 insertions, 0 deletions
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")
160ERRDEF(FFI_NUMARG, "wrong number of arguments for function call") 160ERRDEF(FFI_NUMARG, "wrong number of arguments for function call")
161ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) 161ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS)
162ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") 162ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed")
163ERRDEF(FFI_BADIDXW, LUA_QS " cannot be indexed with " LUA_QS)
163ERRDEF(FFI_WRCONST, "attempt to write to constant location") 164ERRDEF(FFI_WRCONST, "attempt to write to constant location")
164ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) 165ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS)
165ERRDEF(FFI_BADCBACK, "bad callback") 166ERRDEF(FFI_BADCBACK, "bad callback")