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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h
index 1075a9b4..66062747 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -147,6 +147,7 @@ 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_BADARITH, "attempt to perform arithmetic on " LUA_QS " and " LUA_QS)
150ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) 151ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS)
151ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") 152ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed")
152ERRDEF(FFI_WRCONST, "attempt to write to constant location") 153ERRDEF(FFI_WRCONST, "attempt to write to constant location")