aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
authorMike Pall <mike>2010-11-17 20:07:55 +0100
committerMike Pall <mike>2010-11-17 20:07:55 +0100
commit3754a8fe7a820bcfc5e2633d15c648a194dd4144 (patch)
tree77bf743c508c00678ffeabc5ddbbc48ca54427ec /src/lj_errmsg.h
parent751ff5b392be1a556047a90fb846531d429392cf (diff)
downloadluajit-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.h1
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")
44ERRDEF(NOVAL, "value expected") 44ERRDEF(NOVAL, "value expected")
45ERRDEF(NOCORO, "coroutine expected") 45ERRDEF(NOCORO, "coroutine expected")
46ERRDEF(NOTABN, "nil or table expected") 46ERRDEF(NOTABN, "nil or table expected")
47ERRDEF(NOLFUNC, "Lua function expected")
48ERRDEF(NOFUNCL, "function or level expected") 47ERRDEF(NOFUNCL, "function or level expected")
49ERRDEF(NOSFT, "string/function/table expected") 48ERRDEF(NOSFT, "string/function/table expected")
50ERRDEF(NOPROXY, "boolean or proxy expected") 49ERRDEF(NOPROXY, "boolean or proxy expected")