ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.148 by root, Fri Oct 29 19:06:03 2010 UTC vs.
Revision 1.149 by root, Sun Nov 28 06:34:10 2010 UTC

1325 CODE: 1325 CODE:
1326 RETVAL = boolSV (ev_async_pending (w)); 1326 RETVAL = boolSV (ev_async_pending (w));
1327 OUTPUT: 1327 OUTPUT:
1328 RETVAL 1328 RETVAL
1329 1329
1330#ifndef EV_NO_LOOP
1331
1330MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ 1332MODULE = EV PACKAGE = EV::Loop PREFIX = ev_
1331 1333
1332SV *new (SV *klass, unsigned int flags = 0) 1334SV *new (SV *klass, unsigned int flags = 0)
1333 CODE: 1335 CODE:
1334{ 1336{
1573 SvOK (timeout) ? SvNV (timeout) : -1., 1575 SvOK (timeout) ? SvNV (timeout) : -1.,
1574 e_once_cb, 1576 e_once_cb,
1575 newSVsv (cb) 1577 newSVsv (cb)
1576 ); 1578 );
1577 1579
1580#endif
1581

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines