diff options
author | Mike Pall <mike> | 2012-08-05 19:13:35 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-08-05 19:13:35 +0200 |
commit | 5e227865bc337d355fb635d65c9fca1cbbf83742 (patch) | |
tree | 29b3dfd60d18cf10f52d1f405d5a86a507c8786e /src | |
parent | 806822b70b0b302649738e78f8a6a59154ca8101 (diff) | |
download | luajit-5e227865bc337d355fb635d65c9fca1cbbf83742.tar.gz luajit-5e227865bc337d355fb635d65c9fca1cbbf83742.tar.bz2 luajit-5e227865bc337d355fb635d65c9fca1cbbf83742.zip |
Add missing change for last commit.
Diffstat (limited to 'src')
-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 2d677cca..d59d76a2 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -160,6 +160,7 @@ ERRDEF(FFI_BADCALL, LUA_QS " is not callable") | |||
160 | ERRDEF(FFI_NUMARG, "wrong number of arguments for function call") | 160 | ERRDEF(FFI_NUMARG, "wrong number of arguments for function call") |
161 | ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) | 161 | ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) |
162 | ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") | 162 | ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") |
163 | ERRDEF(FFI_BADIDXW, LUA_QS " cannot be indexed with " LUA_QS) | ||
163 | ERRDEF(FFI_WRCONST, "attempt to write to constant location") | 164 | ERRDEF(FFI_WRCONST, "attempt to write to constant location") |
164 | ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) | 165 | ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) |
165 | ERRDEF(FFI_BADCBACK, "bad callback") | 166 | ERRDEF(FFI_BADCBACK, "bad callback") |