[Scummvm-cvs-logs] SF.net SVN: scummvm:[54013] scummvm/trunk/common/hashmap.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Mon Nov 1 17:42:32 CET 2010
Revision: 54013
http://scummvm.svn.sourceforge.net/scummvm/?rev=54013&view=rev
Author: fingolfin
Date: 2010-11-01 16:42:31 +0000 (Mon, 01 Nov 2010)
Log Message:
-----------
COMMON: Disable DEBUG_HASH_COLLISIONS (oops)
Modified Paths:
--------------
scummvm/trunk/common/hashmap.h
Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h 2010-11-01 16:09:33 UTC (rev 54012)
+++ scummvm/trunk/common/hashmap.h 2010-11-01 16:42:31 UTC (rev 54013)
@@ -35,7 +35,7 @@
* code produces (many collisions indicate either a bad hash function, or a
* hash table that is too small).
*/
-#define DEBUG_HASH_COLLISIONS
+//#define DEBUG_HASH_COLLISIONS
/**
* @def USE_HASHMAP_MEMORY_POOL
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list