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