]> mj.ucw.cz Git - libucw.git/blobdiff - lib/hashtable.h
Fix calculation of internal sorting buffer and add unification to s-fixint.
[libucw.git] / lib / hashtable.h
index 0ef283caa44f34f87142a3a82006a04330d5cef8..ec581ed777bb9743826b963204bb6e940965837f 100644 (file)
@@ -317,8 +317,6 @@ static inline void P(init_data) (TAUC P(node) *n UNUSED)
 }
 #endif
 
-#include <stdlib.h>
-
 #ifdef HASH_GIVE_ALLOC
 /* If the caller has requested to use his own allocation functions, do so */
 static inline void P(init_alloc) (TAU) { }
@@ -613,7 +611,7 @@ do {                                                                                        \
        GLUE_(h_px,node) *h_var = &h_buck->n;
 #define HASH_FOR_ALL(h_px, h_var) HASH_FOR_ALL_DYNAMIC(h_px, &GLUE_(h_px,table), h_var)
 #define HASH_END_FOR } } while(0)
-#define HASH_BREAK 
+#define HASH_BREAK
 #define HASH_CONTINUE continue
 
 #endif