In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/956f01add7c0213f2f704be1e381ba8c5c7622b7?hp=b8070b0795640313148acfe846c5f9320bec5745>

- Log -----------------------------------------------------------------
commit 956f01add7c0213f2f704be1e381ba8c5c7622b7
Author: Karl Williamson <[email protected]>
Date:   Thu May 12 20:32:21 2016 -0600

    sv.c: Add comment
-----------------------------------------------------------------------

Summary of changes:
 sv.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sv.c b/sv.c
index 3390a20..86986d2 100644
--- a/sv.c
+++ b/sv.c
@@ -10525,7 +10525,8 @@ Perl_sv_tainted(pTHX_ SV *const sv)
     return FALSE;
 }
 
-#ifndef NO_MATHOMS
+#ifndef NO_MATHOMS  /* Can't move these to mathoms.c because call uiv_2buf(),
+                       private to this file */
 
 /*
 =for apidoc sv_setpviv

--
Perl5 Master Repository

Reply via email to