summaryrefslogtreecommitdiff
path: root/ObjXSub.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-07-09 14:47:25 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-07-11 23:43:37 +0000
commit2cd61cdbd64958437da8294b84109bc8b63ab360 (patch)
treec77caa477be19c09cbca09e677a56b48de14cce2 /ObjXSub.h
parent1e509ade7aa6b4feabef1bbe58cd68a39b4085af (diff)
downloadperl-2cd61cdbd64958437da8294b84109bc8b63ab360.tar.gz
add patch, along with all the missing bits, and doc tweaks
Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.004_71] Secure RE update p4raw-id: //depot/perl@1444
Diffstat (limited to 'ObjXSub.h')
-rw-r--r--ObjXSub.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObjXSub.h b/ObjXSub.h
index 6cb2baaf8e..f8adba8337 100644
--- a/ObjXSub.h
+++ b/ObjXSub.h
@@ -478,6 +478,8 @@
#define regindent pPerl->Perl_regindent
#undef reginput
#define reginput pPerl->Perl_reginput
+#undef reginterp_cnt
+#define reginterp_cnt pPerl->Perl_reginterp_cnt
#undef reglastparen
#define reglastparen pPerl->Perl_reglastparen
#undef regnarrate
@@ -552,6 +554,8 @@
#define secondgv pPerl->Perl_secondgv
#undef seen_zerolen
#define seen_zerolen pPerl->Perl_seen_zerolen
+#undef seen_evals
+#define seen_evals pPerl->Perl_seen_evals
#undef sh_path
#define sh_path pPerl->Perl_sh_path
#undef siggv