This commit is contained in:
luboslenco
2025-03-18 16:04:16 +01:00
parent e0588a028c
commit 9d2f93ff45
9 changed files with 1254 additions and 1513 deletions
-5
View File
@@ -13,11 +13,6 @@ typedef struct {
uint32_t number;
} iron_internal_named_number;
typedef struct {
uint32_t hash;
uint32_t index;
} iron_internal_hash_index_t;
struct indexed_name {
uint32_t id;
char *name;