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

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.128 by root, Tue Sep 30 14:07:59 2008 UTC vs.
Revision 1.129 by root, Tue Sep 30 17:03:53 2008 UTC

474 return 0; 474 return 0;
475 475
476 cv = sv_2cv (cb_sv, &st, &gvp, 0); 476 cv = sv_2cv (cb_sv, &st, &gvp, 0);
477 477
478 if (!cv) 478 if (!cv)
479 croak ("IO::AIO watcher callback must be undef or a CODE reference"); 479 croak ("IO::AIO callback must be undef or a CODE reference");
480 480
481 return (SV *)cv; 481 return (SV *)cv;
482} 482}
483 483
484#define dREQ \ 484#define dREQ \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines