aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 5ba619bf..2d677cca 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -149,6 +149,7 @@ ERRDEF(FFI_BADSCL, "bad storage class")
149ERRDEF(FFI_DECLSPEC, "declaration specifier expected") 149ERRDEF(FFI_DECLSPEC, "declaration specifier expected")
150ERRDEF(FFI_BADTAG, "undeclared or implicit tag " LUA_QS) 150ERRDEF(FFI_BADTAG, "undeclared or implicit tag " LUA_QS)
151ERRDEF(FFI_REDEF, "attempt to redefine " LUA_QS) 151ERRDEF(FFI_REDEF, "attempt to redefine " LUA_QS)
152ERRDEF(FFI_NUMPARAM, "wrong number of type parameters")
152ERRDEF(FFI_INITOV, "too many initializers for " LUA_QS) 153ERRDEF(FFI_INITOV, "too many initializers for " LUA_QS)
153ERRDEF(FFI_BADCONV, "cannot convert " LUA_QS " to " LUA_QS) 154ERRDEF(FFI_BADCONV, "cannot convert " LUA_QS " to " LUA_QS)
154ERRDEF(FFI_BADLEN, "attempt to get length of " LUA_QS) 155ERRDEF(FFI_BADLEN, "attempt to get length of " LUA_QS)