summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-08-15 15:07:20 -0600
committerKarl Williamson <khw@cpan.org>2018-08-20 12:44:25 -0600
commit1bb572bb87cb622034f23143df9f2eeac5d1cc1c (patch)
tree8e4fbf71ae04b7348b52a6f79eeab11c5e547ca8 /embed.fnc
parent28118b9ce33d886927f709097d5d5034d6732d65 (diff)
downloadperl-1bb572bb87cb622034f23143df9f2eeac5d1cc1c.tar.gz
Make static function non-static
This is in preparation for it to be called from outside this file
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 30fcb88b9d..bcb9fddc29 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1712,7 +1712,6 @@ EiMn |void |invlist_trim |NN SV* invlist
EiM |void |invlist_clear |NN SV* invlist
sM |void |initialize_invlist_guts|NN SV* invlist|const Size_t initial_size
#endif
-EiMR |SV* |invlist_clone |NN SV* const invlist|NULLOK SV* new_invlist
EiMRn |STRLEN*|get_invlist_iter_addr |NN SV* invlist
EiMn |void |invlist_iterinit|NN SV* invlist
EsMRn |bool |invlist_iternext|NN SV* invlist|NN UV* start|NN UV* end
@@ -1741,6 +1740,9 @@ EXMpR |SV* |_add_range_to_invlist |NULLOK SV* invlist|UV start|UV end
EXMpR |SV* |_setup_canned_invlist|const STRLEN size|const UV element0|NN UV** other_elements_ptr
EXMpn |void |_invlist_populate_swatch |NN SV* const invlist|const UV start|const UV end|NN U8* swatch
#endif
+#if defined(PERL_IN_REGCOMP_C)
+EMpX |SV* |invlist_clone |NN SV* const invlist|NULLOK SV* newlist
+#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_UTF8_C) || defined(PERL_IN_TOKE_C)
EXp |SV* |_core_swash_init|NN const char* pkg|NN const char* name \
|NN SV* listsv|I32 minbits|I32 none \