ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/typemap
(Generate patch)

Comparing IO-AIO/typemap (file contents):
Revision 1.3 by root, Sun Oct 22 00:19:05 2006 UTC vs.
Revision 1.6 by root, Tue Oct 31 00:34:27 2006 UTC

1aio_req T_AIO 1aio_req T_AIO
2aio_req_ornot T_AIO_ORNOT 2aio_req_ornot T_AIO_ORNOT
3SV8 * T_SV8
3 4
4INPUT 5INPUT
5 6
6T_AIO 7T_AIO
7 $var = SvAIO_REQ ($arg); 8 if (!($var = SvAIO_REQ ($arg)))
8 if (!$var)
9 croak (\"busy \" AIO_REQ_KLASS \" object expected\"); 9 croak (\"busy \" AIO_REQ_KLASS \" object expected\")
10 10
11T_AIO_ORNOT 11T_AIO_ORNOT
12 $var = SvAIO_REQ ($arg); 12 if (!($var = SvAIO_REQ ($arg)))
13 if (!$var)
14 XSRETURN_EMPTY; 13 XSRETURN_EMPTY
15 14
15T_SV8
16 ($var) = $arg;
17 if (SvPOKp ($var) && !sv_utf8_downgrade ($var, 1))
18 croak (\"\\\"%s\\\" argument must be byte/octet-encoded\", \"$var\")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines