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

Comparing EV/EV.xs (file contents):
Revision 1.83 by root, Thu Nov 29 17:28:13 2007 UTC vs.
Revision 1.84 by root, Sat Dec 1 15:32:53 2007 UTC

216 else 216 else
217 sv_events_cache = sv_events; 217 sv_events_cache = sv_events;
218 218
219 if (SvTRUE (ERRSV)) 219 if (SvTRUE (ERRSV))
220 { 220 {
221 SPAGAIN;
221 PUSHMARK (SP); 222 PUSHMARK (SP);
222 PUTBACK; 223 PUTBACK;
223 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR); 224 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR);
224 } 225 }
225 226

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines