summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-15 08:51:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-15 08:51:54 +0000
commit6224f72bf639f0ca7f774fe2738f2408b3e430ac (patch)
treed09466217844d04a8289a2d2d15377ce38987426 /intrpvar.h
parent1163b5c41f1e1e2856ca82fef1598bfbb6c54d72 (diff)
downloadperl-6224f72bf639f0ca7f774fe2738f2408b3e430ac.tar.gz
back out previous change (it breaks PERL_OBJECT)
p4raw-id: //depot/perl@1136
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 9f5f41b32b..74c914bb29 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -152,8 +152,6 @@ PERLVAR(Iors, char *) /* $\ */
PERLVAR(Iorslen, STRLEN)
PERLVAR(Iofmt, char *) /* $# */
-PERLVAR(Itryblock_function, tryblock_f) /* see scope.h */
-
/* interpreter atexit processing */
PERLVARI(Iexitlist, PerlExitListEntry *, NULL) /* list of exit functions */
PERLVARI(Iexitlistlen, I32, 0) /* length of same */