diff options
Diffstat (limited to 'dev-perl/B-OPCheck')
-rw-r--r-- | dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch b/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch deleted file mode 100644 index 77cec367f273..000000000000 --- a/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://rt.cpan.org/Public/Bug/Display.html?id=57356 - ---- B-OPCheck-0.29/OPCheck.xs -+++ B-OPCheck-0.29/OPCheck.xs -@@ -12,10 +12,6 @@ - #define NEED_sv_2pv_flags - #include "ppport.h" - --#if PERL_VERSION < 9 --typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*); --#endif -- - STATIC AV **OPCHECK_subs; - Perl_check_t *PL_check_orig; - |