Removed
Link Here
|
1 |
--- include/compatlayer.h.orig 2007-11-05 15:25:07.000000000 +0600 |
2 |
+++ include/compatlayer.h 2007-11-05 15:25:43.000000000 +0600 |
3 |
@@ -324,7 +324,7 @@ |
4 |
library. GCC implemented it in version 3.0. BC++ implemented some |
5 |
stuff in versions like BC++ 5.5. So that's a real mess. */ |
6 |
#if __GNUC__>=3 |
7 |
- #if __GNUC_MINOR__>=4 |
8 |
+ #if __GNUC__ >= 4 || __GNUC_MINOR__>=4 |
9 |
// gcc 3.4. It have __gnu_cxx::stdio_filebuf class. |
10 |
#define CLY_filebuf __gnu_cxx::stdio_filebuf<char> |
11 |
#define CLY_int_filebuf CLY_filebuf |