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.104 by root, Mon Nov 27 01:51:02 2006 UTC vs.
Revision 1.105 by root, Mon Nov 27 02:01:33 2006 UTC

629 prepare_cctx ((coro_stack *)arg); 629 prepare_cctx ((coro_stack *)arg);
630 630
631 /* somebody will hit me for both perl_run and PL_restartop */ 631 /* somebody will hit me for both perl_run and PL_restartop */
632 perl_run (PL_curinterp); 632 perl_run (PL_curinterp);
633 633
634 fputs ("FATAL: C coroutine fell over the edge of the world, aborting.\n", stderr); 634 fputs ("FATAL: C coroutine fell over the edge of the world, aborting. Did you call exit in a coroutine?\n", stderr);
635 abort (); 635 abort ();
636} 636}
637 637
638static coro_stack * 638static coro_stack *
639stack_new () 639stack_new ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines