This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
It's a good job that Steve Hay is paying attention.
[perl5.git] / perl.h
diff --git a/perl.h b/perl.h
index c5d1ed9..9cb8000 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -2456,7 +2456,7 @@ typedef pthread_key_t     perl_key;
 
 #ifndef VDf
 #  ifdef CHECK_FORMAT
-#    define VDf "p"
+#    define VDf "-1p"
 #  else
 #    define VDf "vd"
 #  endif