diff options
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r-- | src/lj_errmsg.h | 1 |
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) | |||
147 | ERRDEF(FFI_REDEF, "attempt to redefine " LUA_QS) | 147 | ERRDEF(FFI_REDEF, "attempt to redefine " LUA_QS) |
148 | ERRDEF(FFI_INITOV, "too many initializers for " LUA_QS) | 148 | ERRDEF(FFI_INITOV, "too many initializers for " LUA_QS) |
149 | ERRDEF(FFI_BADCONV, "cannot convert " LUA_QS " to " LUA_QS) | 149 | ERRDEF(FFI_BADCONV, "cannot convert " LUA_QS " to " LUA_QS) |
150 | ERRDEF(FFI_BADARITH, "attempt to perform arithmetic on " LUA_QS " and " LUA_QS) | ||
150 | ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) | 151 | ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) |
151 | ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") | 152 | ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") |
152 | ERRDEF(FFI_WRCONST, "attempt to write to constant location") | 153 | ERRDEF(FFI_WRCONST, "attempt to write to constant location") |