Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl/files: libsdl-1.2.12-c90-comments.patch
Date: Sun, 21 Oct 2007 00:44:51
Message-Id: E1IjOlY-0003G0-2S@stork.gentoo.org
1 mr_bones_ 07/10/21 00:34:04
2
3 Added: libsdl-1.2.12-c90-comments.patch
4 Log:
5 add patch from upstream CVS to fix c++ comments in header file (bug #193404)
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 media-libs/libsdl/files/libsdl-1.2.12-c90-comments.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/files/libsdl-1.2.12-c90-comments.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/files/libsdl-1.2.12-c90-comments.patch?rev=1.1&content-type=text/plain
13
14 Index: libsdl-1.2.12-c90-comments.patch
15 ===================================================================
16 http://bugs.gentoo.org/193404
17
18 Revision 3386
19 Motified Sun Aug 5 03:21:18 2007 UTC by icculus
20 Removed some C++ style comments from the public headers.
21
22 --- branches/SDL-1.2/include/begin_code.h 2007/08/03 04:13:03 3385
23 +++ branches/SDL-1.2/include/begin_code.h 2007/08/05 03:21:18 3386
24 @@ -90,8 +90,8 @@
25 #elif !defined(__WINS__)
26 #undef DECLSPEC
27 #define DECLSPEC __declspec(dllexport)
28 -#endif //EKA2
29 -#endif //__SYMBIAN32__
30 +#endif /* !EKA2 */
31 +#endif /* __SYMBIAN32__ */
32
33 /* Force structure packing at 4 byte alignment.
34 This is necessary if the header is included in code which has structure
35
36
37
38 --
39 gentoo-commits@g.o mailing list