SOURCES: antlr-strcasecmp.patch (NEW) - add missed include for strcasecmp fn.
pluto
pluto at pld-linux.org
Tue Aug 26 23:50:28 CEST 2008
Author: pluto Date: Tue Aug 26 21:50:28 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- add missed include for strcasecmp fn.
---- Files affected:
SOURCES:
antlr-strcasecmp.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/antlr-strcasecmp.patch
diff -u /dev/null SOURCES/antlr-strcasecmp.patch:1.1
--- /dev/null Tue Aug 26 23:50:29 2008
+++ SOURCES/antlr-strcasecmp.patch Tue Aug 26 23:50:23 2008
@@ -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.
================================================================
More information about the pld-cvs-commit
mailing list