Allow running C functions with coroutine.create(), too.

This commit is contained in:
Mike Pall
2010-11-17 20:07:55 +01:00
parent 751ff5b392
commit 3754a8fe7a
3 changed files with 3 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ 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")