| 71 | |
| 72 | |
| 73 | static l_noret error_expected (LexState *ls, int token) { |
| 74 | luaX_syntaxerror(ls, |
| 75 | luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); |
| 76 | } |
| 77 | |
| 78 | |
| 79 | static l_noret errorlimit (FuncState *fs, int limit, const char *what) { |
no test coverage detected