In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/50b01e0cd6d68682a5cf763e2bbcf16469e31108?hp=080c37298617406e02876f5945650ccf10840f28>

- Log -----------------------------------------------------------------
commit 50b01e0cd6d68682a5cf763e2bbcf16469e31108
Author: Tony Cook <t...@develop-help.com>
Date:   Sun Jul 24 21:34:12 2011 +1000

    export the invlist functions that were causing the static build conflict
    
    without that a non-static build on Win32 failed
-----------------------------------------------------------------------

Summary of changes:
 embed.fnc  |    8 ++++----
 global.sym |    4 ++++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/embed.fnc b/embed.fnc
index 089cd43..022f3af 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1302,10 +1302,10 @@ EiM     |void   |invlist_iterinit|NN SV* invlist
 EsMR   |bool   |invlist_iternext|NN SV* invlist|NN UV* start|NN UV* end
 #endif
 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_UTF8_C)
-EpM    |void   |_invlist_intersection  |NN SV* const a|NN SV* const b|NN SV** i
-EpM    |void   |_invlist_union |NN SV* const a|NN SV* const b|NN SV** output
-EpM    |void   |_invlist_subtract|NN SV* const a|NN SV* const b|NN SV** result
-EpM    |void   |_invlist_invert|NN SV* const invlist
+EXpM   |void   |_invlist_intersection  |NN SV* const a|NN SV* const b|NN SV** i
+EXpM   |void   |_invlist_union |NN SV* const a|NN SV* const b|NN SV** output
+EXpM   |void   |_invlist_subtract|NN SV* const a|NN SV* const b|NN SV** result
+EXpM   |void   |_invlist_invert|NN SV* const invlist
 EXMpR  |HV*    |_swash_inversion_hash  |NN SV* const swash
 EXMpR  |SV*    |_new_invlist   |IV initial_size
 EXMpR  |SV*    |_swash_to_invlist      |NN SV* const swash
diff --git a/global.sym b/global.sym
index 2997fcc..11de51e 100644
--- a/global.sym
+++ b/global.sym
@@ -843,6 +843,10 @@ Perl_warner_nocontext
 perl_alloc_using
 perl_clone_using
 Perl__append_range_to_invlist
+Perl__invlist_intersection
+Perl__invlist_invert
+Perl__invlist_subtract
+Perl__invlist_union
 Perl__new_invlist
 Perl__swash_inversion_hash
 Perl__swash_to_invlist

--
Perl5 Master Repository

Reply via email to