Makefile.PL adjustments for the core
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / typemap
1 Compress::Zlib::gzFile          T_PTROBJ
2 Compress::Zlib::deflateStream   T_PTROBJ
3 Compress::Zlib::inflateStream   T_PTROBJ
4 Bytef *                         T_PV
5 uInt                            T_UV
6 #uLongf                         T_IV
7 const char *                    T_PV
8 uLong                           T_UV
9
10 #############################################################################
11 INPUT
12 T_UV
13         $var = (unsigned long)SvUV($arg)
14 #############################################################################
15 OUTPUT
16 T_UV
17         sv_setuv($arg, (IV)$var);