summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2011-02-05 14:59:21 +1100
committerTony Cook <tony@develop-help.com>2011-02-05 14:59:21 +1100
commit9c9388af520f163fd5d0ef576b56e7fe098e20b8 (patch)
treede23b7d0b97f164e0ef39e4a5715f9137d78dfa0 /embed.fnc
parent75081bb379696d31812ce0b07eded90b8395586c (diff)
downloadperl-9c9388af520f163fd5d0ef576b56e7fe098e20b8.tar.gz
export the functions required by re
eg. see http://www.nntp.perl.org/group/perl.daily-build.reports/2011/02/msg91288.html
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 952a57c52e..4bd6bdc453 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1284,9 +1284,9 @@ Apd |void |sv_vsetpvfn |NN SV *const sv|NN const char *const pat|const STRLEN pa
ApR |NV |str_to_version |NN SV *sv
Ap |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none
Ap |UV |swash_fetch |NN SV *swash|NN const U8 *ptr|bool do_utf8
-EMpR |HV* |_swash_inversion_hash |NN SV* const swash
+EXMpR |HV* |_swash_inversion_hash |NN SV* const swash
EMpR |HV* |_new_invlist |const IV initial_size
-EMpR |HV* |_swash_to_invlist |NN SV* const swash
+EXMpR |HV* |_swash_to_invlist |NN SV* const swash
EMp |void |_append_range_to_invlist |NN HV* const invlist|const UV start|const UV end
#ifdef PERL_IN_REGCOMP_C
EsMR |HV* |add_range_to_invlist |NN HV* const invlist|const UV start|const UV end