ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/typemap
Revision: 1.4
Committed: Mon Oct 23 00:17:07 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0, rel-2_1
Changes since 1.3: +2 -4 lines
Log Message:
c89ify

File Contents

# Content
1 aio_req T_AIO
2 aio_req_ornot T_AIO_ORNOT
3
4 INPUT
5
6 T_AIO
7 if (!($var = SvAIO_REQ ($arg)))
8 croak (\"busy \" AIO_REQ_KLASS \" object expected\");
9
10 T_AIO_ORNOT
11 if (!($var = SvAIO_REQ ($arg)))
12 XSRETURN_EMPTY;
13