]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- add missed include for strcasecmp fn.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 26 Aug 2008 21:50:23 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr-strcasecmp.patch -> 1.1

antlr-strcasecmp.patch [new file with mode: 0644]

diff --git a/antlr-strcasecmp.patch b/antlr-strcasecmp.patch
new file mode 100644 (file)
index 0000000..e124348
--- /dev/null
@@ -0,0 +1,11 @@
+--- antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp.orig     2006-11-01 22:37:17.000000000 +0100
++++ antlr-2.7.7/lib/cpp/antlr/CharScanner.hpp  2008-08-26 23:46:40.000000000 +0200
+@@ -18,6 +18,8 @@
+ #include <cctype>
+ #endif
++#include <cstring>
++
+ #if ( _MSC_VER == 1200 )
+ // VC6 seems to need this
+ // note that this is not a standard C++ include file.
This page took 0.049243 seconds and 4 git commands to generate.