<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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 &lt;ext/hash_map&gt;
+	#include &lt;ext/hash_map&gt;
 #else
 	#ifdef _MSC_VER
 	#include &lt;hash_map&gt;
@@ -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
 
</pre></body></html>