From 551cedb5d968fde8fe046c53d838e2443711be06 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 17 Jul 2014 22:41:21 -0600 Subject: Move inline fcn to #included file Future commits will want this function to be able to be used in more than one core file. --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.fnc') diff --git a/embed.fnc b/embed.fnc index 6707b2bfcc..71a6487da9 100644 --- a/embed.fnc +++ b/embed.fnc @@ -1513,7 +1513,6 @@ Ap |UV |swash_fetch |NN SV *swash|NN const U8 *ptr|bool do_utf8 EiMR |SV* |add_cp_to_invlist |NULLOK SV* invlist|const UV cp EsM |void |_append_range_to_invlist |NN SV* const invlist|const UV start|const UV end EiMRn |UV* |_invlist_array_init |NN SV* const invlist|const bool will_have_0 -EiMRn |UV* |invlist_array |NN SV* const invlist EsM |void |invlist_extend |NN SV* const invlist|const UV len EiMRn |UV |invlist_max |NN SV* const invlist EiM |void |invlist_set_len|NN SV* const invlist|const UV len|const bool offset @@ -1556,6 +1555,7 @@ EXp |SV* |_core_swash_init|NN const char* pkg|NN const char* name \ |NULLOK SV* invlist|NULLOK U8* const flags_p #endif #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_UTF8_C) +EiMRn |UV* |invlist_array |NN SV* const invlist EXMpR |SV* |_invlist_contents|NN SV* const invlist EiMRn |bool* |get_invlist_offset_addr|NN SV* invlist EiMRn |UV |_invlist_len |NN SV* const invlist -- cgit v1.2.1