Remove runlevel. It was used to count how many runops() calls
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 10 Nov 1997 22:41:31 +0000 (22:41 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 10 Nov 1997 22:41:31 +0000 (22:41 +0000)
commit7c06b590c066c6b354b0347a68bd9817268651b8
tree7ebb9bb01c5686f835c5be10b41fb97be1f5c295
parent32f822de0a58c2cc8f1a23844b97246c433bb418
Remove runlevel.  It was used to count how many runops() calls
we were in the process of executing, and longjmp() to the topmost
one (if not already there).  We use a null top_env->je_prev
to distinguish that now.

p4raw-id: //depot/win32/perl@223
embed.h
interp.sym
perl.h
pp_ctl.c
run.c
thread.h
util.c