| 770 | |
| 771 | |
| 772 | l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { |
| 773 | luaG_runerror(L, "bad 'for' %s (number expected, got %s)", |
| 774 | what, luaT_objtypename(L, o)); |
| 775 | } |
| 776 | |
| 777 | |
| 778 | l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) { |
no test coverage detected