summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-11-10 22:41:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-11-10 22:41:31 +0000
commit7c06b590c066c6b354b0347a68bd9817268651b8 (patch)
tree7ebb9bb01c5686f835c5be10b41fb97be1f5c295 /perl.h
parent32f822de0a58c2cc8f1a23844b97246c433bb418 (diff)
downloadperl-7c06b590c066c6b354b0347a68bd9817268651b8.tar.gz
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
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 8e82d2d56c..0523187e5e 100644
--- a/perl.h
+++ b/perl.h
@@ -1943,7 +1943,6 @@ IEXT I32 Icxstack_ix IINIT(-1);
IEXT I32 Icxstack_max IINIT(128);
IEXT JMPENV Istart_env; /* empty startup sigjmp() environment */
IEXT JMPENV * Itop_env; /* ptr. to current sigjmp() environment */
-IEXT I32 Irunlevel;
/* stack stuff */
IEXT AV * Icurstack; /* THE STACK */