ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/state.h
(Generate patch)

Comparing Coro/Coro/state.h (file contents):
Revision 1.11 by root, Sun May 22 20:13:33 2011 UTC vs.
Revision 1.12 by root, Sat Jun 11 13:01:26 2011 UTC

1/* list the interpreter variables that need to be saved/restored */ 1/* list the interpreter variables that need to be saved/restored */
2
3VARx(defsv, GvSV (PL_defgv), SV *)
4VARx(defav, GvAV (PL_defgv), AV *)
5VARx(errsv, GvSV (PL_errgv), SV *)
6VARx(irsgv, GvSV (irsgv), SV *)
7VARx(hinthv, GvHV (PL_hintgv), HV *);
8
2/* mostly copied from thrdvar.h */ 9/* mostly copied from thrdvar.h */
3 10
4VAR(stack_sp, SV **) /* the main stack */ 11VAR(stack_sp, SV **) /* the main stack */
5#ifdef OP_IN_REGISTER 12#ifdef OP_IN_REGISTER
6VAR(opsave, OP *) /* probably not necessary */ 13VAR(opsave, OP *) /* probably not necessary */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines