summaryrefslogtreecommitdiff
blob: 77cec367f27333b1975d381af59ea6a35755d563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;