summaryrefslogtreecommitdiff
path: root/lang/perl5-devel/files/patch-vutil.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-06-06 08:50:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-06-06 08:50:16 +0000
commitc549702a0219164c03e71991fcdf90bceb9c679e (patch)
tree602e014b12ab5913701e03905bd64b3ca5989f61 /lang/perl5-devel/files/patch-vutil.h
parentUpdate to latest snapshot. (diff)
Update to v5.27.0-130-g5ad96e9
Changes: https://github.com/Perl/perl5/compare/v5.26.0-11-gf396248...v5.27.0-130-g5ad96e9 Sponsored by: Absolight
Diffstat (limited to 'lang/perl5-devel/files/patch-vutil.h')
-rw-r--r--lang/perl5-devel/files/patch-vutil.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/perl5-devel/files/patch-vutil.h b/lang/perl5-devel/files/patch-vutil.h
deleted file mode 100644
index 0ff04be80ab9..000000000000
--- a/lang/perl5-devel/files/patch-vutil.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }
- }
-