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

Comparing IO-AIO/typemap (file contents):
Revision 1.4 by root, Mon Oct 23 00:17:07 2006 UTC vs.
Revision 1.5 by root, Tue Oct 31 00:32:19 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 if (!($var = SvAIO_REQ ($arg))) 8 if (!($var = SvAIO_REQ ($arg)))
8 croak (\"busy \" AIO_REQ_KLASS \" object expected\"); 9 croak (\"busy \" AIO_REQ_KLASS \" object expected\")
9 10
10T_AIO_ORNOT 11T_AIO_ORNOT
11 if (!($var = SvAIO_REQ ($arg))) 12 if (!($var = SvAIO_REQ ($arg)))
12 XSRETURN_EMPTY; 13 XSRETURN_EMPTY
13 14
15T_SV8
16 ($var) = $arg;
17 if (SvPOK ($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