summaryrefslogtreecommitdiff
path: root/lang/perl5-devel/files/patch-vutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5-devel/files/patch-vutil.h')
-rw-r--r--lang/perl5-devel/files/patch-vutil.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/perl5-devel/files/patch-vutil.h b/lang/perl5-devel/files/patch-vutil.h
new file mode 100644
index 000000000000..0ff04be80ab9
--- /dev/null
+++ b/lang/perl5-devel/files/patch-vutil.h
@@ -0,0 +1,11 @@
+--- vutil.h.orig 2015-04-15 07:47:18 UTC
++++ vutil.h
+@@ -115,7 +115,7 @@ S_croak_xs_usage(pTHX_ const CV *const c
+ Perl_croak_nocontext("Usage: %s(%s)", gvname, params);
+ } else {
+ /* Pants. I don't think that it should be possible to get here. */
+- Perl_croak_nocontext("Usage: CODE(0x%"UVxf")(%s)", PTR2UV(cv), params);
++ Perl_croak_nocontext("Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params);
+ }
+ }
+