summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-08-20 11:19:50 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 05:42:41 +0000
commit0f5d15d614a56a8b655f35e4e8c6a0dba34da106 (patch)
treec3140d2320518142ad6ef0414aa648605d09b0a6 /thrdvar.h
parent51882d45c6d36f86de12444364ecbbfe87b21ab4 (diff)
downloadperl-0f5d15d614a56a8b655f35e4e8c6a0dba34da106.tar.gz
patch to support computed regular subexpressions
Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu> Subject: [5.005_5* PATCH] Postponed RE - now! p4raw-id: //depot/perl@1813
Diffstat (limited to 'thrdvar.h')
-rw-r--r--thrdvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thrdvar.h b/thrdvar.h
index 4ca3ccbd50..c247dc4d04 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -153,6 +153,8 @@ PERLVAR(Tregnarrate, I32) /* from regexec.c */
PERLVAR(Tregprogram, regnode *) /* from regexec.c */
PERLVARI(Tregindent, int, 0) /* from regexec.c */
PERLVAR(Tregcc, CURCUR *) /* from regexec.c */
+PERLVAR(Treg_call_cc, struct re_cc_state *) /* from regexec.c */
+PERLVAR(Treg_re, regexp *) /* from regexec.c */
PERLVARI(Tregcompp, regcomp_t, FUNC_NAME_TO_PTR(pregcomp))
/* Pointer to RE compiler */