aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
diff options
context:
space:
mode:
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 127c06da..109e909c 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -79,6 +79,7 @@ ERRDEF(SETFENV, LUA_QL("setfenv") " cannot change environment of given object")
79ERRDEF(CORUN, "cannot resume running coroutine") 79ERRDEF(CORUN, "cannot resume running coroutine")
80ERRDEF(CODEAD, "cannot resume dead coroutine") 80ERRDEF(CODEAD, "cannot resume dead coroutine")
81ERRDEF(COSUSP, "cannot resume non-suspended coroutine") 81ERRDEF(COSUSP, "cannot resume non-suspended coroutine")
82ERRDEF(PRNGSD, "PRNG seeding failed")
82ERRDEF(TABINS, "wrong number of arguments to " LUA_QL("insert")) 83ERRDEF(TABINS, "wrong number of arguments to " LUA_QL("insert"))
83ERRDEF(TABCAT, "invalid value (%s) at index %d in table for " LUA_QL("concat")) 84ERRDEF(TABCAT, "invalid value (%s) at index %d in table for " LUA_QL("concat"))
84ERRDEF(TABSORT, "invalid order function for sorting") 85ERRDEF(TABSORT, "invalid order function for sorting")