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.435 by root, Sat Nov 2 19:49:33 2013 UTC vs.
Revision 1.436 by root, Tue Nov 5 14:38:46 2013 UTC

515 PAD *newpad; 515 PAD *newpad;
516 PADOFFSET off = PadlistMAX (padlist) + 1; 516 PADOFFSET off = PadlistMAX (padlist) + 1;
517 517
518#if NEWPADAPI 518#if NEWPADAPI
519 519
520 /* if we had the original CvDEPTH, we might be able to steal the CvDEPTH+1 entry instead */
521 /* 20131102194744.GA6705@schmorp.de, 20131102195825.2013.qmail@lists-nntp.develooper.com */
520 while (!PadlistARRAY (padlist)[off - 1]) 522 while (!PadlistARRAY (padlist)[off - 1])
521 --off; 523 --off;
522 524
523 Perl_pad_push (aTHX_ padlist, off); 525 Perl_pad_push (aTHX_ padlist, off);
524 526

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines