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 2d54d1e9..b139fa8d 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -153,6 +153,7 @@ ERRDEF(FFI_NUMARG, "wrong number of arguments for function call") | |||
153 | ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) | 153 | ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) |
154 | ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") | 154 | ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") |
155 | ERRDEF(FFI_WRCONST, "attempt to write to constant location") | 155 | ERRDEF(FFI_WRCONST, "attempt to write to constant location") |
156 | ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) | ||
156 | ERRDEF(FFI_NYIPACKBIT, "NYI: packed bit fields") | 157 | ERRDEF(FFI_NYIPACKBIT, "NYI: packed bit fields") |
157 | ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)") | 158 | ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)") |
158 | #endif | 159 | #endif |