Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/B-OPCheck/files: 0.29-Perl_check_t.patch
Date: Wed, 25 Aug 2010 07:20:24
Message-Id: 20100825072020.72D9A2004E@flycatcher.gentoo.org
1 tove 10/08/25 07:20:20
2
3 Added: 0.29-Perl_check_t.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2_rc69/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-OPCheck/files/0.29-Perl_check_t.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.29-Perl_check_t.patch
16 ===================================================================
17 https://rt.cpan.org/Public/Bug/Display.html?id=57356
18
19 --- B-OPCheck-0.29/OPCheck.xs
20 +++ B-OPCheck-0.29/OPCheck.xs
21 @@ -12,10 +12,6 @@
22 #define NEED_sv_2pv_flags
23 #include "ppport.h"
24
25 -#if PERL_VERSION < 9
26 -typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*);
27 -#endif
28 -
29 STATIC AV **OPCHECK_subs;
30 Perl_check_t *PL_check_orig;