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

Comparing EV/EV.xs (file contents):
Revision 1.87 by root, Fri Dec 7 18:09:38 2007 UTC vs.
Revision 1.88 by root, Sat Dec 8 04:02:30 2007 UTC

403 evapi.child_start = ev_child_start; 403 evapi.child_start = ev_child_start;
404 evapi.child_stop = ev_child_stop; 404 evapi.child_stop = ev_child_stop;
405 evapi.stat_start = ev_stat_start; 405 evapi.stat_start = ev_stat_start;
406 evapi.stat_stop = ev_stat_stop; 406 evapi.stat_stop = ev_stat_stop;
407 evapi.stat_stat = ev_stat_stat; 407 evapi.stat_stat = ev_stat_stat;
408 evapi.clear_pending = ev_clear_pending;
408 409
409 sv_setiv (sv, (IV)&evapi); 410 sv_setiv (sv, (IV)&evapi);
410 SvREADONLY_on (sv); 411 SvREADONLY_on (sv);
411 } 412 }
412#ifndef _WIN32 413#ifndef _WIN32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines