aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Pall <mike>2012-08-05 19:13:35 +0200
committerMike Pall <mike>2012-08-05 19:13:35 +0200
commit5e227865bc337d355fb635d65c9fca1cbbf83742 (patch)
tree29b3dfd60d18cf10f52d1f405d5a86a507c8786e /src
parent806822b70b0b302649738e78f8a6a59154ca8101 (diff)
downloadluajit-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.h1
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")
160ERRDEF(FFI_NUMARG, "wrong number of arguments for function call") 160ERRDEF(FFI_NUMARG, "wrong number of arguments for function call")
161ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS) 161ERRDEF(FFI_BADMEMBER, LUA_QS " has no member named " LUA_QS)
162ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") 162ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed")
163ERRDEF(FFI_BADIDXW, LUA_QS " cannot be indexed with " LUA_QS)
163ERRDEF(FFI_WRCONST, "attempt to write to constant location") 164ERRDEF(FFI_WRCONST, "attempt to write to constant location")
164ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) 165ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS)
165ERRDEF(FFI_BADCBACK, "bad callback") 166ERRDEF(FFI_BADCBACK, "bad callback")