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