[Jifty-commit] r5664 - B-OPCheck

Jifty commits jifty-commit at lists.jifty.org
Mon Aug 4 14:26:17 EDT 2008


Author: nothingmuch
Date: Mon Aug  4 14:26:17 2008
New Revision: 5664

Modified:
   B-OPCheck/OPCheck.xs

Log:
work with 5.10

Modified: B-OPCheck/OPCheck.xs
==============================================================================
--- B-OPCheck/OPCheck.xs	(original)
+++ B-OPCheck/OPCheck.xs	Mon Aug  4 14:26:17 2008
@@ -10,9 +10,10 @@
 #define NEED_vload_module
 #define NEED_sv_2pv_flags
 #include "ppport.h"
-#include "opcode.h"
 
+#if PERL_VERSION < 9
 typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*);
+#endif
 
 STATIC AV **OPCHECK_subs;
 Perl_check_t *PL_check_orig;


More information about the Jifty-commit mailing list