Use hashmap system for charmap

This commit is contained in:
ISSOtm
2020-03-15 01:09:21 +01:00
parent af60e7f74a
commit 7ddbe44b21
3 changed files with 32 additions and 41 deletions

View File

@@ -33,7 +33,6 @@ struct Charmap {
struct Charnode nodes[MAXCHARNODES]; /* first node is reserved for the
* root node in charmap.
*/
struct Charmap *next; /* next charmap in hash table bucket */
};
void charmap_InitMain(void);