Add a single (void **) cast to make the C code also valid as C++
[p5sagit/Devel-Size.git] / typemap
1 UV                      T_UV
2
3 OUTPUT
4 T_UV
5         sv_setuv($arg, (UV)$var);