diff options
author | George Greer <perl@greerga.m-l.org> | 2011-02-05 17:01:50 -0500 |
---|---|---|
committer | George Greer <perl@greerga.m-l.org> | 2011-02-05 17:01:50 -0500 |
commit | 67bd0bf10c123b808e5598b91f5afa1c94696975 (patch) | |
tree | e7b73876a222eed8e3a9b7900a99822dfb2545e1 | |
parent | 8d69a8837f23c66f2f888713ce8b292b29564a70 (diff) | |
download | perl-67bd0bf10c123b808e5598b91f5afa1c94696975.tar.gz |
Two more swash inversion list exports necessary for build on Win32.
-rw-r--r-- | embed.fnc | 4 | ||||
-rw-r--r-- | global.sym | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1285,9 +1285,9 @@ 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 EXMpR |HV* |_swash_inversion_hash |NN SV* const swash -EMpR |HV* |_new_invlist |const IV initial_size +EXMpR |HV* |_new_invlist |const IV initial_size 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 +EXMp |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 EiMR |UV* |invlist_array |NN HV* const invlist diff --git a/global.sym b/global.sym index 0b47e82200..77375526b9 100644 --- a/global.sym +++ b/global.sym @@ -18,7 +18,9 @@ Perl_Gv_AMupdate Perl_PerlIO_context_layers Perl__swash_inversion_hash +Perl__new_invlist Perl__swash_to_invlist +Perl__append_range_to_invlist Perl_amagic_call Perl_amagic_deref_call Perl_apply_attrs_string |