diff options
author | Mike Pall <mike> | 2012-09-20 17:36:15 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-09-20 17:36:15 +0200 |
commit | 8352335c745eb7053cdc39d949b036f90724a0fb (patch) | |
tree | bc2fc36e71bbda6b573ba104ffccfaa113246837 /src/lj_errmsg.h | |
parent | a9baead59f0521b289ba39e4d56ca92b0359e31e (diff) | |
download | luajit-8352335c745eb7053cdc39d949b036f90724a0fb.tar.gz luajit-8352335c745eb7053cdc39d949b036f90724a0fb.tar.bz2 luajit-8352335c745eb7053cdc39d949b036f90724a0fb.zip |
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.h | 1 |
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") | |||
44 | ERRDEF(NOVAL, "value expected") | 44 | ERRDEF(NOVAL, "value expected") |
45 | ERRDEF(NOCORO, "coroutine expected") | 45 | ERRDEF(NOCORO, "coroutine expected") |
46 | ERRDEF(NOTABN, "nil or table expected") | 46 | ERRDEF(NOTABN, "nil or table expected") |
47 | ERRDEF(NOLFUNC, "Lua function expected") | ||
47 | ERRDEF(NOFUNCL, "function or level expected") | 48 | ERRDEF(NOFUNCL, "function or level expected") |
48 | ERRDEF(NOSFT, "string/function/table expected") | 49 | ERRDEF(NOSFT, "string/function/table expected") |
49 | ERRDEF(NOPROXY, "boolean or proxy expected") | 50 | ERRDEF(NOPROXY, "boolean or proxy expected") |