summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2007-02-13 21:27:33 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2007-02-13 19:43:15 +0000
commit93b32b6daeecaf211c8a9bf2a93d0f4701c279ab (patch)
treea0ff4796f46b034f006727d9e4e425c2efc2fbfb /regcomp.h
parenta3b492c399ef137d223bafd54197b14ebda3d9e0 (diff)
downloadperl-93b32b6daeecaf211c8a9bf2a93d0f4701c279ab.tar.gz
add hooks for capture buffers into regex engine.
Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com> p4raw-id: //depot/perl@30265
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index 3d08ac8559..b07a63f781 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -463,6 +463,8 @@ EXTCONST regexp_engine PL_core_reg_engine = {
Perl_re_intuit_start,
Perl_re_intuit_string,
Perl_regfree_internal,
+ Perl_reg_numbered_buff_get,
+ Perl_reg_named_buff_get,
#if defined(USE_ITHREADS)
Perl_regdupe_internal
#endif