| 779 | |
| 780 | |
| 781 | l_noret luaG_forerror (lua_State *L, const TValue *o, const char *what) { |
| 782 | luaG_runerror(L, "bad 'for' %s (number expected, got %s)", |
| 783 | what, luaT_objtypename(L, o)); |
| 784 | } |
| 785 | |
| 786 | |
| 787 | l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) { |
no test coverage detected