Dash:
[t2.git] / package / develop / gcc / 304-index_macro.patch.uclibc
blob9c084774d754ec1a844dd0293ef8de8a13f10674
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../gcc/304-index_macro.patch.uclibc
5 # Copyright (C) 2011 - 2016 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- gcc-4.1.0/libstdc++-v3/include/ext/rope.mps 2006-03-24 01:49:51 +0100
18 +++ gcc-4.1.0/libstdc++-v3/include/ext/rope     2006-03-24 01:49:37 +0100
19 @@ -59,6 +59,9 @@
20  #include <bits/allocator.h>
21  #include <ext/hash_fun.h>
23 +/* cope w/ index defined as macro, SuSv3 proposal */
24 +#undef index
26  # ifdef __GC
27  #   define __GC_CONST const
28  # else
29 --- gcc-4.1.0/libstdc++-v3/include/ext/ropeimpl.h.mps   2006-03-24 01:50:04 +0100
30 +++ gcc-4.1.0/libstdc++-v3/include/ext/ropeimpl.h       2006-03-24 01:50:28 +0100
31 @@ -49,6 +49,9 @@
32  #include <ext/memory> // For uninitialized_copy_n
33  #include <ext/numeric> // For power
35 +/* cope w/ index defined as macro, SuSv3 proposal */
36 +#undef index
38  namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
39  {
40  _GLIBCXX_BEGIN_NAMESPACE_VERSION