Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/version/files: 0.79-assert.patch
Date: Fri, 15 Jan 2010 15:05:26
Message-Id: E1NVnjo-0007Tp-3l@stork.gentoo.org
1 tove 10/01/15 15:05:24
2
3 Added: 0.79-assert.patch
4 Log:
5 Fix for renamed ssaw_period (#300799)
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 perl-core/version/files/0.79-assert.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/version/files/0.79-assert.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/version/files/0.79-assert.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.79-assert.patch
15 ===================================================================
16 --- version-0.79/vutil/vutil.h 2010-01-10 14:08:42.000000000 +0000
17 +++ version-0.79/vutil/vutil.h 2010-01-11 14:00:25.700941525 +0000
18 @@ -41,7 +41,7 @@
19 (a != Perl_prescan_version(aTHX_ a, b, NULL, NULL, NULL, NULL))
20
21 #define PERL_ARGS_ASSERT_PRESCAN_VERSION \
22 - assert(s); assert(strict); assert(sqv); assert(ssaw_period);\
23 + assert(s); assert(sqv); assert(ssaw_decimal);\
24 assert(swidth); assert(salpha);
25 #define PERL_ARGS_ASSERT_SCAN_VERSION \
26 assert(s); assert(rv)