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.53 by pcg, Sat Feb 14 12:39:41 2004 UTC vs.
Revision 1.54 by pcg, Sat Mar 13 06:45:04 2004 UTC

249 SvREFCNT_dec ((SV*)padlist); 249 SvREFCNT_dec ((SV*)padlist);
250 } 250 }
251} 251}
252 252
253STATIC int 253STATIC int
254coro_cv_free (SV *sv, MAGIC *mg) 254coro_cv_free (pTHX_ SV *sv, MAGIC *mg)
255{ 255{
256 AV *padlist; 256 AV *padlist;
257 AV *av = (AV *)mg->mg_obj; 257 AV *av = (AV *)mg->mg_obj;
258 258
259 /* casting is fun. */ 259 /* casting is fun. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines