[Scummvm-cvs-logs] SF.net SVN: scummvm: [21518] scummvm/trunk/common/hashmap.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Mar 31 14:39:07 CEST 2006


Revision: 21518
Author:   fingolfin
Date:     2006-03-31 14:38:27 -0800 (Fri, 31 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21518&view=rev

Log Message:
-----------
Disable DEBUG_HASH_COLLISIONS again (accidentally got enabled in my previous commit)

Modified Paths:
--------------
    scummvm/trunk/common/hashmap.h
Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2006-03-31 22:19:39 UTC (rev 21517)
+++ scummvm/trunk/common/hashmap.h	2006-03-31 22:38:27 UTC (rev 21518)
@@ -80,7 +80,7 @@
 // Enable the following #define if you want to check how many collisions the
 // 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
 
 /**
  * HashMap<Key,Val> maps objects of type Key to objects of type Val.


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