In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0f9cb40cba19106bb8ef1437d9d4966f6e6d2d44?hp=cc8b45bd305949a5d1b6071215c6c8e429dd68bb>

- Log -----------------------------------------------------------------
commit 0f9cb40cba19106bb8ef1437d9d4966f6e6d2d44
Author: Karl Williamson <[email protected]>
Date:   Tue Feb 21 16:49:28 2017 -0700

    Forgotten static declarations
    
    Signed-off-by: James E Keenan <[email protected]>
-----------------------------------------------------------------------

Summary of changes:
 inline.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inline.h b/inline.h
index f7bd4a3076..12633a36fa 100644
--- a/inline.h
+++ b/inline.h
@@ -1679,7 +1679,7 @@ Perl_foldEQ(const char *s1, const char *s2, I32 len)
     return 1;
 }
 
-I32
+PERL_STATIC_INLINE I32
 Perl_foldEQ_latin1(const char *s1, const char *s2, I32 len)
 {
     /* Compare non-utf8 using Unicode (Latin1) semantics.  Does not work on
@@ -1712,7 +1712,7 @@ same case-insensitively in the current locale; false 
otherwise.
 =cut
 */
 
-I32
+PERL_STATIC_INLINE I32
 Perl_foldEQ_locale(const char *s1, const char *s2, I32 len)
 {
     dVAR;

--
Perl5 Master Repository

Reply via email to