| 700 | |
| 701 | |
| 702 | l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { |
| 703 | luaG_runerror(L, "bad 'for' %s (number expected, got %s)", |
| 704 | what, luaT_objtypename(L, o)); |
| 705 | } |
| 706 | |
| 707 | |
| 708 | l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) { |
no test coverage detected