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

Comparing Coro/Coro/State.xs (file contents):
Revision 1.370 by root, Thu Aug 20 21:38:51 2009 UTC vs.
Revision 1.371 by root, Sat Aug 22 22:36:23 2009 UTC

289static OP *(*coro_old_pp_sselect) (pTHX); 289static OP *(*coro_old_pp_sselect) (pTHX);
290static SV *coro_select_select; 290static SV *coro_select_select;
291 291
292/* horrible hack, but if it works... */ 292/* horrible hack, but if it works... */
293static OP * 293static OP *
294coro_pp_sselect (aTHX) 294coro_pp_sselect (pTHX)
295{ 295{
296 dSP; 296 dSP;
297 PUSHMARK (SP - 4); /* fake argument list */ 297 PUSHMARK (SP - 4); /* fake argument list */
298 XPUSHs (coro_select_select); 298 XPUSHs (coro_select_select);
299 PUTBACK; 299 PUTBACK;
3365SV * 3365SV *
3366async (...) 3366async (...)
3367 PROTOTYPE: &@ 3367 PROTOTYPE: &@
3368 CODE: 3368 CODE:
3369 RETVAL = coro_new (aTHX_ coro_stash, &ST (0), items, 1); 3369 RETVAL = coro_new (aTHX_ coro_stash, &ST (0), items, 1);
3370 api_ready (RETVAL); 3370 api_ready (aTHX_ RETVAL);
3371 OUTPUT: 3371 OUTPUT:
3372 RETVAL 3372 RETVAL
3373 3373
3374void 3374void
3375terminate (...) 3375terminate (...)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines