| 463 | /*---------------------------------------------------------------------------*/ |
| 464 | template<> |
| 465 | void lua_tinker::push(lua_State *L, char ret) |
| 466 | { |
| 467 | lua_pushnumber(L, ret); |
| 468 | } |
| 469 | |
| 470 | template<> |
| 471 | void lua_tinker::push(lua_State *L, unsigned char ret) |
no test coverage detected