| 7639 | |
| 7640 | |
| 7641 | static void error_expected (LexState *ls, int token) { |
| 7642 | luaX_syntaxerror(ls, |
| 7643 | luaO_pushfstring(ls->L, LUA_QS " expected", luaX_token2str(ls, token))); |
| 7644 | } |
| 7645 | |
| 7646 | |
| 7647 | static void errorlimit (FuncState *fs, int limit, const char *what) { |
no test coverage detected