aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_errmsg.h')
-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 5b10dea8..dd3eefa8 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -162,6 +162,7 @@ ERRDEF(FFI_NUMARG, "wrong number of arguments for function call")
162ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) 162ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS)
163ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") 163ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed")
164ERRDEF(FFI_BADIDXW, LUA_QS " cannot be indexed with " LUA_QS) 164ERRDEF(FFI_BADIDXW, LUA_QS " cannot be indexed with " LUA_QS)
165ERRDEF(FFI_BADMM, LUA_QS " has no " LUA_QS " metamethod")
165ERRDEF(FFI_WRCONST, "attempt to write to constant location") 166ERRDEF(FFI_WRCONST, "attempt to write to constant location")
166ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) 167ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS)
167ERRDEF(FFI_BADCBACK, "bad callback") 168ERRDEF(FFI_BADCBACK, "bad callback")