From: Pavel Pisa Date: Thu, 9 Apr 2015 14:20:24 +0000 (+0200) Subject: uLUt: hash table correct leftover hard-coded prefix from testing. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/ulut.git/commitdiff_plain/46c37e532fdf64396a2d1ada75181cd8a7b63748 uLUt: hash table correct leftover hard-coded prefix from testing. Signed-off-by: Pavel Pisa --- diff --git a/ulut/ul_hashtabcust.h b/ulut/ul_hashtabcust.h index c6c00b0..9e9b496 100644 --- a/ulut/ul_hashtabcust.h +++ b/ulut/ul_hashtabcust.h @@ -57,7 +57,7 @@ const ul_hashtab_treeroot_t *cust_prefix##_privtree_tree4key(const cust_table_t static inline \ void cust_prefix##_privdummy(cust_table_t *table) \ {/*used to suppress warning about unused static function generated by GAVL*/\ - cust3_privtree_init_root_field(&(table->cust_table_field.treeroots.treesingle));\ + cust_prefix##_privtree_init_root_field(&(table->cust_table_field.treeroots.treesingle));\ } \ \ static \