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 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")
153ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) 153ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS)
154ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") 154ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed")
155ERRDEF(FFI_WRCONST, "attempt to write to constant location") 155ERRDEF(FFI_WRCONST, "attempt to write to constant location")
156ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS)
156ERRDEF(FFI_NYIPACKBIT, "NYI: packed bit fields") 157ERRDEF(FFI_NYIPACKBIT, "NYI: packed bit fields")
157ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)") 158ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)")
158#endif 159#endif