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