summaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_errmsg.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h
index 4a4fec68..10c8395d 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -161,11 +161,7 @@ ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed")
161ERRDEF(FFI_WRCONST, "attempt to write to constant location") 161ERRDEF(FFI_WRCONST, "attempt to write to constant location")
162ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) 162ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS)
163ERRDEF(FFI_BADCBACK, "bad callback") 163ERRDEF(FFI_BADCBACK, "bad callback")
164#if LJ_TARGET_X86ORX64 || LJ_TARGET_PPC
165ERRDEF(FFI_CBACKOV, "too many callbacks") 164ERRDEF(FFI_CBACKOV, "too many callbacks")
166#else
167ERRDEF(FFI_CBACKOV, "no support for callbacks (yet)")
168#endif
169ERRDEF(FFI_NYIPACKBIT, "NYI: packed bit fields") 165ERRDEF(FFI_NYIPACKBIT, "NYI: packed bit fields")
170ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)") 166ERRDEF(FFI_NYICALL, "NYI: cannot call this C function (yet)")
171#endif 167#endif