diff -Naur htop-0.9.orig/Hashtable.c htop-0.9/Hashtable.c
--- htop-0.9.orig/Hashtable.c	2010-02-25 01:56:32.000000000 +0000
+++ htop-0.9/Hashtable.c	2011-07-10 22:04:54.000000000 +0000
@@ -32,7 +32,7 @@
 };
 }*/
 
-#ifdef DEBUG
+//#ifdef DEBUG
 
 static bool Hashtable_isConsistent(Hashtable* this) {
    int items = 0;
@@ -59,7 +59,7 @@
    return items;
 }
 
-#endif
+//#endif
 
 static HashtableItem* HashtableItem_new(unsigned int key, void* value) {
    HashtableItem* this;
diff -Naur htop-0.9.orig/Hashtable.h htop-0.9/Hashtable.h
--- htop-0.9.orig/Hashtable.h	2010-02-25 01:56:32.000000000 +0000
+++ htop-0.9/Hashtable.h	2011-07-10 22:05:27.000000000 +0000
@@ -33,11 +33,11 @@
    bool owner;
 };
 
-#ifdef DEBUG
+//#ifdef DEBUG
 
 int Hashtable_count(Hashtable* this);
 
-#endif
+//#endif
 
 Hashtable* Hashtable_new(int size, bool owner);
 
