Refactor the attributes

This commit is contained in:
2022-08-16 01:36:37 +03:00
parent 66ce77430b
commit bc489e085e
21 changed files with 1157 additions and 1183 deletions
+3 -4
View File
@@ -62,10 +62,9 @@ typedef vtype_dict dict_t;
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(const void* value, vtype type);
extern int libcdsb_vtype_compare_values (const void* s0, vtype t0, const void* s1, vtype t1) pure__ wur__;
extern int libcdsb_vtype_compare_values_eq(const void* s0, const void* s1, vtype t) pure__ wur__;
extern hash_t libcdsb_vtype_hash (const void* value, vtype type) pure__ wur__;
#define vtype_stringify libcdsb_vtype_stringify
#define vtype_name libcdsb_vtype_name