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.411 by root, Mon Jun 13 08:38:15 2011 UTC vs.
Revision 1.412 by root, Mon Jun 13 09:00:15 2011 UTC

4139} 4139}
4140 4140
4141MODULE = Coro::State PACKAGE = Coro::SemaphoreSet 4141MODULE = Coro::State PACKAGE = Coro::SemaphoreSet
4142 4142
4143void 4143void
4144_may_delete (SV *sem, int count, int extra_refs) 4144_may_delete (SV *sem, int count, unsigned int extra_refs)
4145 PPCODE: 4145 PPCODE:
4146{ 4146{
4147 AV *av = (AV *)SvRV (sem); 4147 AV *av = (AV *)SvRV (sem);
4148 4148
4149 if (SvREFCNT ((SV *)av) == 1 + extra_refs 4149 if (SvREFCNT ((SV *)av) == 1 + extra_refs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines