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.342 by root, Mon Dec 15 16:22:34 2008 UTC vs.
Revision 1.343 by root, Mon Dec 15 16:41:43 2008 UTC

3442 GvSTASH (CvGV (cv)) 3442 GvSTASH (CvGV (cv))
3443 ); 3443 );
3444 OUTPUT: 3444 OUTPUT:
3445 RETVAL 3445 RETVAL
3446 3446
3447# helper for Coro::Channel 3447# helper for Coro::Channel and others
3448SV * 3448SV *
3449_alloc (int count) 3449_alloc (int count)
3450 CODE: 3450 CODE:
3451 RETVAL = coro_waitarray_new (aTHX_ count); 3451 RETVAL = coro_waitarray_new (aTHX_ count);
3452 OUTPUT: 3452 OUTPUT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines