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