| 750 | |
| 751 | |
| 752 | l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { |
| 753 | luaG_runerror(L, "bad 'for' %s (number expected, got %s)", |
| 754 | what, luaT_objtypename(L, o)); |
| 755 | } |
| 756 | |
| 757 | |
| 758 | l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) { |
no test coverage detected