Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/ucpp/files: tune.h.patch
Date: Thu, 28 Jul 2011 14:03:12
Message-Id: 20110728131823.B7C4720051@flycatcher.gentoo.org
1 alexxy 11/07/28 13:18:23
2
3 Added: tune.h.patch
4 Log:
5 [sys-devel/ucpp] Initial import to tree
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-devel/ucpp/files/tune.h.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ucpp/files/tune.h.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ucpp/files/tune.h.patch?rev=1.1&content-type=text/plain
14
15 Index: tune.h.patch
16 ===================================================================
17 --- tune.h 2008-10-01 19:15:41.000000000 +0200
18 +++ tune.h.new 2009-03-22 11:59:42.000000000 +0100
19 @@ -281,10 +281,10 @@
20 *
21 * If you want no standard assertion, define STD_ASSERT to 0.
22 */
23 -/*
24 +
25 #define STD_ASSERT "cpu(i386)", "machine(i386)", "system(unix)", \
26 "system(freebsd)"
27 -*/
28 +
29
30 /* ====================================================================== */
31 /*
32 @@ -293,10 +293,10 @@
33 * Each string must be either "name" or "name=token-list". If you want
34 * no predefined macro, define STD_MACROS to 0.
35 */
36 -/*
37 +
38 #define STD_MACROS "__FreeBSD=4", "__unix", "__i386", \
39 "__FreeBSD__=4", "__unix__", "__i386__"
40 -*/
41 +
42
43 /* ====================================================================== */
44 /*