Magellan Linux

Contents of /trunk/antlr2/patches/antlr2-2.7.7-gcc46.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1442 - (show annotations) (download)
Wed Jul 27 09:49:58 2011 UTC (12 years, 9 months ago) by niro
File size: 611 byte(s)
-added antlr2 patches
1 diff -Naur antlr-2.7.7.orig/lib/cpp/antlr/CharScanner.hpp antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp
2 --- lib/cpp/antlr/CharScanner.hpp 2006-11-01 22:37:17.000000000 +0100
3 +++ lib/cpp/antlr/CharScanner.hpp 2008-03-19 20:09:21.000000000 +0100
4 @@ -10,6 +10,7 @@
5
6 #include <antlr/config.hpp>
7
8 +#include <cstring>
9 #include <map>
10
11 #ifdef HAS_NOT_CCTYPE_H
12 --- lib/cpp/antlr/CharScanner.hpp~ 2008-11-11 21:24:02.000000000 +0000
13 +++ lib/cpp/antlr/CharScanner.hpp 2008-11-11 21:24:33.000000000 +0000
14 @@ -10,6 +10,7 @@
15
16 #include <antlr/config.hpp>
17
18 +#include <cstdio>
19 #include <cstring>
20 #include <map>
21