In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/3676f9e77d46b61f4785aad171f02bed29df0c07?hp=6658c416bf804bb9e2a97f03ecaf0a8c2e1c1d49>

- Log -----------------------------------------------------------------
commit 3676f9e77d46b61f4785aad171f02bed29df0c07
Author: Jarkko Hietaniemi <[email protected]>
Date:   Tue Nov 28 08:15:50 2017 +0200

    False false.
    
    (Solaris cc got angry.)

-----------------------------------------------------------------------

Summary of changes:
 pp_sys.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pp_sys.c b/pp_sys.c
index 7c64ae1861..47cc761067 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -3019,7 +3019,7 @@ PP(pp_stat)
 #if ST_INO_SIGN == -1
            neg = PL_statcache.st_ino < 0;
 #else
-           neg = false;
+           neg = FALSE;
 #endif
            GCC_DIAG_RESTORE;
            CLANG_DIAG_RESTORE;

-- 
Perl5 Master Repository

Reply via email to