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

Comparing EV/EV.xs (file contents):
Revision 1.76 by root, Fri Nov 23 13:08:56 2007 UTC vs.
Revision 1.77 by root, Fri Nov 23 16:37:37 2007 UTC

418 evapi.prepare_stop = ev_prepare_stop; 418 evapi.prepare_stop = ev_prepare_stop;
419 evapi.check_start = ev_check_start; 419 evapi.check_start = ev_check_start;
420 evapi.check_stop = ev_check_stop; 420 evapi.check_stop = ev_check_stop;
421 evapi.child_start = ev_child_start; 421 evapi.child_start = ev_child_start;
422 evapi.child_stop = ev_child_stop; 422 evapi.child_stop = ev_child_stop;
423 evapi.ref = ev_ref;
424 evapi.unref = ev_unref;
423 425
424 sv_setiv (sv, (IV)&evapi); 426 sv_setiv (sv, (IV)&evapi);
425 SvREADONLY_on (sv); 427 SvREADONLY_on (sv);
426 } 428 }
427#ifndef _WIN32 429#ifndef _WIN32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines