summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-11-30 23:06:38 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-01 13:59:27 +0000
commitf81494553e6bd219aa5863d70777bd6f2b02d37f (patch)
tree28d6d3ba348c4b0491ce06ed140e5cc39062e03a /regcomp.h
parent80a702cd72c27fd870b2290d0adc07670c338743 (diff)
downloadperl-f81494553e6bd219aa5863d70777bd6f2b02d37f.tar.gz
Continue split of perl internal regexp structures from ones that are engine specific.
Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com> p4raw-id: //depot/perl@29430
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index 167b2c0594..9cf03b44e4 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -408,10 +408,9 @@ EXTCONST regexp_engine PL_core_reg_engine = {
Perl_regexec_flags,
Perl_re_intuit_start,
Perl_re_intuit_string,
- Perl_pregfree,
- Perl_reg_stringify,
+ Perl_regfree_internal,
#if defined(USE_ITHREADS)
- Perl_regdupe
+ Perl_regdupe_internal
#endif
};
#endif /* DOINIT */