diff options
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 826366a6..0a2d9dd7 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -118,6 +118,7 @@ ERRDEF(XBCLOAD, "cannot load Lua bytecode") | |||
118 | ERRDEF(XTOKEN, LUA_QS " expected") | 118 | ERRDEF(XTOKEN, LUA_QS " expected") |
119 | ERRDEF(XJUMP, "control structure too long") | 119 | ERRDEF(XJUMP, "control structure too long") |
120 | ERRDEF(XSLOTS, "function or expression too complex") | 120 | ERRDEF(XSLOTS, "function or expression too complex") |
121 | ERRDEF(XLIMC, "chunk has more than %d local variables") | ||
121 | ERRDEF(XLIMM, "main function has more than %d %s") | 122 | ERRDEF(XLIMM, "main function has more than %d %s") |
122 | ERRDEF(XLIMF, "function at line %d has more than %d %s") | 123 | ERRDEF(XLIMF, "function at line %d has more than %d %s") |
123 | ERRDEF(XMATCH, LUA_QS " expected (to close " LUA_QS " at line %d)") | 124 | ERRDEF(XMATCH, LUA_QS " expected (to close " LUA_QS " at line %d)") |