]> git.pld-linux.org Git - packages/antlr.git/blob - antlr-strcasecmp.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/antlr.git] / antlr-strcasecmp.patch
1 --- antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp.orig      2006-11-01 22:37:17.000000000 +0100
2 +++ antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp   2008-08-26 23:46:40.000000000 +0200
3 @@ -18,6 +18,8 @@
4  #include <cctype>
5  #endif
6  
7 +#include <cstring>
8 +
9  #if ( _MSC_VER == 1200 )
10  // VC6 seems to need this
11  // note that this is not a standard C++ include file.
This page took 0.047041 seconds and 3 git commands to generate.