Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/yap/files: yap-6.0.3-install-clause.patch
Date: Sat, 10 Apr 2010 00:10:35
Message-Id: 20100410001031.249D12C03E@corvid.gentoo.org
1 keri 10/04/10 00:10:30
2
3 Added: yap-6.0.3-install-clause.patch
4 Log:
5 Support -O0 in CFLAGS when compiling install_clause()
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-lang/yap/files/yap-6.0.3-install-clause.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yap/files/yap-6.0.3-install-clause.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yap/files/yap-6.0.3-install-clause.patch?rev=1.1&content-type=text/plain
13
14 Index: yap-6.0.3-install-clause.patch
15 ===================================================================
16 --- yap-6.0.3.orig/C/index.c 2010-03-16 03:45:20.000000000 +1300
17 +++ yap-6.0.3/C/index.c 2010-04-10 12:02:06.000000000 +1200
18 @@ -3475,10 +3475,6 @@
19 } else if (sp->pos) {
20 UInt argno = -sp->pos;
21 skip_to_arg(cls, ap, argno, FALSE);
22 - if (ArityOfFunctor((Functor)RepAppl(sp[-1].val))
23 - != argno+1) {
24 - last_arg = FALSE;
25 - }
26 }
27 }
28 sp++;