summaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
authorMike Pall <mike>2012-09-20 17:36:15 +0200
committerMike Pall <mike>2012-09-20 17:36:15 +0200
commit8352335c745eb7053cdc39d949b036f90724a0fb (patch)
treebc2fc36e71bbda6b573ba104ffccfaa113246837 /src/lj_errmsg.h
parenta9baead59f0521b289ba39e4d56ca92b0359e31e (diff)
downloadluajit2-8352335c745eb7053cdc39d949b036f90724a0fb.tar.gz
From Lua 5.2: Add debug.upvalueid() and debug.upvaluejoin().
Ditto for lua_upvalueid() and lua_upvaluejoin().
Diffstat (limited to 'src/lj_errmsg.h')
-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 c07d4387..28c5ca08 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -44,6 +44,7 @@ ERRDEF(BADVAL, "invalid value")
ERRDEF(NOVAL, "value expected")
ERRDEF(NOCORO, "coroutine expected")
ERRDEF(NOTABN, "nil or table expected")
+ERRDEF(NOLFUNC, "Lua function expected")
ERRDEF(NOFUNCL, "function or level expected")
ERRDEF(NOSFT, "string/function/table expected")
ERRDEF(NOPROXY, "boolean or proxy expected")