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

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

12 if (!($var = SvAIO_REQ ($arg))) 12 if (!($var = SvAIO_REQ ($arg)))
13 XSRETURN_EMPTY 13 XSRETURN_EMPTY
14 14
15T_SV8 15T_SV8
16 ($var) = $arg; 16 ($var) = $arg;
17 if (SvPOK ($var) && !sv_utf8_downgrade ($var, 1)) 17 if (SvPOKp ($var) && !sv_utf8_downgrade ($var, 1))
18 croak (\"\\\"%s\\\" argument must be byte/octet-encoded\", \"$var\") 18 croak (\"\\\"%s\\\" argument must be byte/octet-encoded\", \"$var\")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines