Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/ecls/files: 15.2.21-headers-gentoo.patch
Date: Tue, 24 Feb 2015 10:00:41
Message-Id: 20150224100035.AB5B912716@oystercatcher.gentoo.org
1 grozin 15/02/24 10:00:35
2
3 Added: 15.2.21-headers-gentoo.patch
4 Log:
5 Adding the forgotten patch (#541210)
6
7 (Portage version: 2.2.17/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.1 dev-lisp/ecls/files/15.2.21-headers-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/files/15.2.21-headers-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/files/15.2.21-headers-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: 15.2.21-headers-gentoo.patch
16 ===================================================================
17 diff -r -U1 ecl-13.5.1.orig/src/h/object.h ecl-13.5.1/src/h/object.h
18 --- ecl-13.5.1.orig/src/h/object.h 2013-05-28 03:37:36.000000000 +0700
19 +++ ecl-13.5.1/src/h/object.h 2013-05-29 19:23:34.000000000 +0700
20 @@ -25,4 +25,9 @@
21
22 +#ifndef TRUE
23 #define TRUE 1 /* boolean true value */
24 +#endif
25 +
26 +#ifndef FALSE
27 #define FALSE 0 /* boolean false value */
28 +#endif