Change the float hashing
This commit is contained in:
@@ -65,7 +65,7 @@ typedef vtype_hash hash_t;
|
||||
extern int libcdsb_vtype_compare_values(const void* s0, vtype t0, const void* s1, vtype t1);
|
||||
extern int libcdsb_vtype_compare_values_eq(const void* s0, const void* s1, vtype t);
|
||||
|
||||
extern hash_t libcdsb_vtype_hash(void* value, vtype type);
|
||||
extern hash_t libcdsb_vtype_hash(const void* value, vtype type);
|
||||
|
||||
#define vtype_stringify libcdsb_vtype_stringify
|
||||
#define vtype_name libcdsb_vtype_name
|
||||
|
||||
Reference in New Issue
Block a user