diff options
author | Mike Pall <mike> | 2010-11-17 20:07:55 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-11-17 20:07:55 +0100 |
commit | 3754a8fe7a820bcfc5e2633d15c648a194dd4144 (patch) | |
tree | 77bf743c508c00678ffeabc5ddbbc48ca54427ec /src/lj_errmsg.h | |
parent | 751ff5b392be1a556047a90fb846531d429392cf (diff) | |
download | luajit-3754a8fe7a820bcfc5e2633d15c648a194dd4144.tar.gz luajit-3754a8fe7a820bcfc5e2633d15c648a194dd4144.tar.bz2 luajit-3754a8fe7a820bcfc5e2633d15c648a194dd4144.zip |
Allow running C functions with coroutine.create(), too.
Diffstat (limited to 'src/lj_errmsg.h')
-rw-r--r-- | src/lj_errmsg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index 4fe8e1b1..b06a7798 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -44,7 +44,6 @@ 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") | ||
48 | ERRDEF(NOFUNCL, "function or level expected") | 47 | ERRDEF(NOFUNCL, "function or level expected") |
49 | ERRDEF(NOSFT, "string/function/table expected") | 48 | ERRDEF(NOSFT, "string/function/table expected") |
50 | ERRDEF(NOPROXY, "boolean or proxy expected") | 49 | ERRDEF(NOPROXY, "boolean or proxy expected") |