In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/64e8fb625bc31eaf22a80f5012355e29c4003980?hp=e9c94d43d2e034cc13743cc9176f21039c5d1697>

- Log -----------------------------------------------------------------
commit 64e8fb625bc31eaf22a80f5012355e29c4003980
Author: H.Merijn Brand - Tux <[email protected]>
Date:   Wed Dec 3 14:56:48 2014 +0100

    silence debug output (from v5.21.6-239-g31b42f2)
-----------------------------------------------------------------------

Summary of changes:
 U/perl/time_size.U | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/U/perl/time_size.U b/U/perl/time_size.U
index 1483991..f1c43b6 100644
--- a/U/perl/time_size.U
+++ b/U/perl/time_size.U
@@ -120,7 +120,7 @@ int check_min ()
 
 int main (int argc, char *argv[])
 {
-    fprintf (stderr, "Sizeof time_t = %ld\n", sizeof (time_t));
+    /* fprintf (stderr, "Sizeof time_t = %ld\n", sizeof (time_t)); */
     check_max ();
     check_min ();
     return (0);

--
perl5 metaconfig repository

Reply via email to