| 709 | |
| 710 | |
| 711 | l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { |
| 712 | luaG_runerror(L, "bad 'for' %s (number expected, got %s)", |
| 713 | what, luaT_objtypename(L, o)); |
| 714 | } |
| 715 | |
| 716 | |
| 717 | l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) { |
no test coverage detected