| 1105 | |
| 1106 | |
| 1107 | static int pushuserdata (lua_State *L) { |
| 1108 | lua_Integer u = luaL_checkinteger(L, 1); |
| 1109 | lua_pushlightuserdata(L, cast_voidp(cast_sizet(u))); |
| 1110 | return 1; |
| 1111 | } |
| 1112 | |
| 1113 | |
| 1114 | static int udataval (lua_State *L) { |
nothing calls this directly
no test coverage detected