blob: fbd0fd1a886c1a9224c86c3a9cfd8188917f59cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- kdevelop-3.5.4/lib/antlr/antlr/CharScanner.hpp 2007-11-30 23:36:49.000000000 +0100
+++ kdevelop-3.5.4/lib/antlr/antlr/CharScanner.hpp 2009-06-04 17:16:55.000000000 +0200
@@ -19,11 +19,7 @@
#endif
#include <cstring>
-#if ( _MSC_VER == 1200 )
-// VC6 seems to need this
-// note that this is not a standard C++ include file.
-# include <stdio.h>
-#endif
+#include <cstdio>
#include <antlr/TokenStream.hpp>
#include <antlr/RecognitionException.hpp>
|