| 63 | |
| 64 | |
| 65 | static void error_expected (LexState *ls, int token) { |
| 66 | luaX_syntaxerror(ls, |
| 67 | luaO_pushfstring(ls->L, LUA_QS " expected", luaX_token2str(ls, token))); |
| 68 | } |
| 69 | |
| 70 | |
| 71 | static void errorlimit (FuncState *fs, int limit, const char *what) { |
no test coverage detected