| 354 | |
| 355 | |
| 356 | static int dofilecont (lua_State *L, int d1, lua_KContext d2) { |
| 357 | (void)d1; (void)d2; /* only to match 'lua_Kfunction' prototype */ |
| 358 | return lua_gettop(L) - 1; |
| 359 | } |
| 360 | |
| 361 | |
| 362 | static int luaB_dofile (lua_State *L) { |
no test coverage detected