summaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r--src/lj_errmsg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h
index b139fa8d..7b0c15cd 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -147,7 +147,10 @@ ERRDEF(FFI_BADTAG, "undeclared or implicit tag " LUA_QS)
147ERRDEF(FFI_REDEF, "attempt to redefine " LUA_QS) 147ERRDEF(FFI_REDEF, "attempt to redefine " LUA_QS)
148ERRDEF(FFI_INITOV, "too many initializers for " LUA_QS) 148ERRDEF(FFI_INITOV, "too many initializers for " LUA_QS)
149ERRDEF(FFI_BADCONV, "cannot convert " LUA_QS " to " LUA_QS) 149ERRDEF(FFI_BADCONV, "cannot convert " LUA_QS " to " LUA_QS)
150ERRDEF(FFI_BADLEN, "attempt to get length of " LUA_QS)
151ERRDEF(FFI_BADCONCAT, "attempt to concatenate " LUA_QS " and " LUA_QS)
150ERRDEF(FFI_BADARITH, "attempt to perform arithmetic on " LUA_QS " and " LUA_QS) 152ERRDEF(FFI_BADARITH, "attempt to perform arithmetic on " LUA_QS " and " LUA_QS)
153ERRDEF(FFI_BADCOMP, "attempt to compare " LUA_QS " with " LUA_QS)
151ERRDEF(FFI_BADCALL, LUA_QS " is not callable") 154ERRDEF(FFI_BADCALL, LUA_QS " is not callable")
152ERRDEF(FFI_NUMARG, "wrong number of arguments for function call") 155ERRDEF(FFI_NUMARG, "wrong number of arguments for function call")
153ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) 156ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS)