--- src/gle/tokens/StringKeyHash.h.orig 2013-12-11 22:20:44.000000000 +0100 +++ src/gle/tokens/StringKeyHash.h 2013-12-11 22:41:44.000000000 +0100 @@ -51,10 +51,10 @@ #undef EXT_HASH #endif #ifdef GCC2 - #undef EXT_HASH +// #undef EXT_HASH #endif #ifdef EXT_HASH -// #include + #include #else #ifdef _MSC_VER #include @@ -76,7 +76,7 @@ #ifndef GCC2 #ifndef _MSC_VER - using namespace __gnu_cxx; // using gnu extensions such as "hash" +// using namespace __gnu_cxx; // using gnu extensions such as "hash" #endif #endif