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.156 by root, Fri Sep 21 01:10:55 2007 UTC vs.
Revision 1.157 by root, Fri Sep 21 02:01:13 2007 UTC

395 /* 395 /*
396 * the worst thing you can imagine happens first - we have to save 396 * the worst thing you can imagine happens first - we have to save
397 * (and reinitialize) all cv's in the whole callchain :( 397 * (and reinitialize) all cv's in the whole callchain :(
398 */ 398 */
399 399
400 EXTEND (SP, 3 + 1);
401 PUSHs (Nullsv); 400 XPUSHs (Nullsv);
402 /* this loop was inspired by pp_caller */ 401 /* this loop was inspired by pp_caller */
403 for (;;) 402 for (;;)
404 { 403 {
405 while (cxix >= 0) 404 while (cxix >= 0)
406 { 405 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines