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.4 by root, Wed Sep 26 19:26:48 2007 UTC vs.
Revision 1.5 by root, Thu Sep 27 20:14:49 2007 UTC

53VAR(sortcxix, I32) /* from pp_ctl.c */ 53VAR(sortcxix, I32) /* from pp_ctl.c */
54#endif 54#endif
55 55
56VAR(comppad, AV *) /* storage for lexically scoped temporaries */ 56VAR(comppad, AV *) /* storage for lexically scoped temporaries */
57 57
58/* compcv is intrpvar, but seems to be thread-specific to me */
59/* but, well, I thoroughly misunderstand what thrdvar and intrpvar is. still. */
60VAR(compcv, CV *) /* currently compiling subroutine */
61
58VAR(runops, runops_proc_t); /* for tracing support */ 62VAR(runops, runops_proc_t); /* for tracing support */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines