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

Comparing EV/EV.xs (file contents):
Revision 1.36 by root, Thu Nov 1 15:46:43 2007 UTC vs.
Revision 1.37 by root, Thu Nov 1 17:17:32 2007 UTC

487 } 487 }
488} 488}
489 OUTPUT: 489 OUTPUT:
490 RETVAL 490 RETVAL
491 491
492short events (struct ev_io *w, short new_events = EV_UNDEF) 492int events (struct ev_io *w, int new_events = EV_UNDEF)
493 CODE: 493 CODE:
494{ 494{
495 RETVAL = w->events; 495 RETVAL = w->events;
496 496
497 if (items > 1) 497 if (items > 1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines