summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2011-07-24 21:34:12 +1000
committerTony Cook <tony@develop-help.com>2011-07-24 21:34:12 +1000
commit50b01e0cd6d68682a5cf763e2bbcf16469e31108 (patch)
treef879bc7e658107594c832b261fc3dd9a1199c8b0 /embed.fnc
parent080c37298617406e02876f5945650ccf10840f28 (diff)
downloadperl-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 'embed.fnc')
-rw-r--r--embed.fnc8
1 files changed, 4 insertions, 4 deletions
diff --git a/embed.fnc b/embed.fnc
index 089cd43088..022f3af7b7 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