** create a new collectable object with no offset. */
| 310 | ** create a new collectable object with no offset. |
| 311 | */ |
| 312 | GCObject *luaC_newobj (lua_State *L, lu_byte tt, size_t sz) { |
| 313 | return luaC_newobjdt(L, tt, sz, 0); |
| 314 | } |
| 315 | |
| 316 | /* }====================================================== */ |
| 317 |
no test coverage detected