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

Comparing EV/EV.xs (file contents):
Revision 1.164 by root, Fri Apr 5 21:04:18 2013 UTC vs.
Revision 1.165 by root, Fri Apr 5 21:04:30 2013 UTC

250 else 250 else
251 sv_events_cache = sv_events; 251 sv_events_cache = sv_events;
252 } 252 }
253 else 253 else
254 { 254 {
255 EXTEND (SP, 2);
256 PUSHs (sv_self);
257 PUSHs (sv_events);
258
259 PUTBACK; 255 PUTBACK;
260 call_sv (w->cb_sv, G_DISCARD | G_VOID | G_EVAL); 256 call_sv (w->cb_sv, G_DISCARD | G_VOID | G_EVAL);
261 } 257 }
262 258
263 if (expect_false (SvTRUE (ERRSV))) 259 if (expect_false (SvTRUE (ERRSV)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines