diff options
author | Tony Cook <tony@develop-help.com> | 2011-07-24 21:34:12 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2011-07-24 21:34:12 +1000 |
commit | 50b01e0cd6d68682a5cf763e2bbcf16469e31108 (patch) | |
tree | f879bc7e658107594c832b261fc3dd9a1199c8b0 /global.sym | |
parent | 080c37298617406e02876f5945650ccf10840f28 (diff) | |
download | perl-50b01e0cd6d68682a5cf763e2bbcf16469e31108.tar.gz |
export the invlist functions that were causing the static build conflict
without that a non-static build on Win32 failed
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 2997fcc352..11de51ef9c 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 |