summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-04 17:22:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-04 17:22:02 +0000
commit3c6f95d1b67124c82147911f846eb1993443a39a (patch)
treea641d86f6825e7c9164fefe08e82acb1e74ef60e /regcomp.h
parent2a5d9b1d41e4bafaa26126c5dea2f6ff0b72b6a7 (diff)
downloadperl-3c6f95d1b67124c82147911f846eb1993443a39a.tar.gz
The new regexp compilation function must be added to the engine structure.
p4raw-id: //depot/perl@29458
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index 9cf03b44e4..e1b17e57bb 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -405,6 +405,7 @@ EXTCONST regexp_engine PL_core_reg_engine;
#else /* DOINIT */
EXTCONST regexp_engine PL_core_reg_engine = {
Perl_pregcomp,
+ Perl_re_compile,
Perl_regexec_flags,
Perl_re_intuit_start,
Perl_re_intuit_string,