Codebase list tigr-glimmer / 0e8667d
Remove patches incorporated by upstream Andreas Tille 7 years ago
2 changed file(s) with 0 addition(s) and 26 deletion(s). Raw diff Collapse all Expand all
+0
-25
debian/patches/10_gcc4.4.patch less more
0 Author: Andreas Tille <tille@debian.org>
1 Description: Fix FTBFS #560442
2
3 --- a/src/Common/gene.cc
4 +++ b/src/Common/gene.cc
5 @@ -444,7 +444,7 @@ int Char_Sub
6 // Return a subscript corresponding to character ch .
7
8 {
9 - char * p;
10 + const char * p;
11
12 p = strchr (CONVERSION_STRING, tolower (ch));
13 if (p == NULL)
14 --- a/src/ICM/icm.cc
15 +++ b/src/ICM/icm.cc
16 @@ -1983,7 +1983,7 @@ int Subscript
17 // model) for character ch .
18
19 {
20 - char * p;
21 + const char * p;
22
23 p = strchr (ALPHA_STRING, tolower (Filter (ch)));
24 if (p == NULL)
00 10_gcc4.3.patch
1 10_gcc4.4.patch
21
32 mayhem.patch