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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h
index f368da5a..7097f5e3 100644
--- a/src/lj_errmsg.h
+++ b/src/lj_errmsg.h
@@ -135,7 +135,9 @@ ERRDEF(XLIMF, "function at line %d has more than %d %s")
135ERRDEF(XMATCH, LUA_QS " expected (to close " LUA_QS " at line %d)") 135ERRDEF(XMATCH, LUA_QS " expected (to close " LUA_QS " at line %d)")
136ERRDEF(XFIXUP, "function too long for return fixup") 136ERRDEF(XFIXUP, "function too long for return fixup")
137ERRDEF(XPARAM, "<name> or " LUA_QL("...") " expected") 137ERRDEF(XPARAM, "<name> or " LUA_QL("...") " expected")
138#if !LJ_52
138ERRDEF(XAMBIG, "ambiguous syntax (function call x new statement)") 139ERRDEF(XAMBIG, "ambiguous syntax (function call x new statement)")
140#endif
139ERRDEF(XFUNARG, "function arguments expected") 141ERRDEF(XFUNARG, "function arguments expected")
140ERRDEF(XSYMBOL, "unexpected symbol") 142ERRDEF(XSYMBOL, "unexpected symbol")
141ERRDEF(XDOTS, "cannot use " LUA_QL("...") " outside a vararg function") 143ERRDEF(XDOTS, "cannot use " LUA_QL("...") " outside a vararg function")