About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
grozin 11/01/17 15:53:31 Added: 11.1.1-headers-gentoo.patch Log: Version bump (Portage version: 2.2.0_alpha15/cvs/Linux i686) Revision Changes Path 1.1 dev-lisp/ecls/files/11.1.1-headers-gentoo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/files/11.1.1-headers-gentoo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/ecls/files/11.1.1-headers-gentoo.patch?rev=1.1&content-type=text/plain Index: 11.1.1-headers-gentoo.patch =================================================================== diff -Naur ecl-8.12.0.orig/src/h/object.h ecl-8.12.0/src/h/object.h --- ecl.orig/src/h/object.h 2008-12-17 16:41:53.000000000 +0100 +++ ecl/src/h/object.h 2008-12-17 19:35:05.000000000 +0100 @@ -23,8 +23,13 @@ Integer and boolean types (see config.h) */ +#ifndef TRUE #define TRUE 1 /* boolean true value */ +#endif + +#ifndef FALSE #define FALSE 0 /* boolean false value */ +#endif #if !defined(__cplusplus) && !defined(bool) typedef int bool;
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.