mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
hashtbl: revamp the hash table interface, support binary keys
Add binary key support to the hash table interface. Clean up the interface to contain less extraneous crud. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
@@ -177,7 +177,6 @@ static void cv8_init(void)
|
||||
|
||||
cv8_state.source_files = NULL;
|
||||
cv8_state.source_files_tail = &cv8_state.source_files;
|
||||
hash_init(&cv8_state.file_hash, HASH_MEDIUM);
|
||||
|
||||
cv8_state.num_files = 0;
|
||||
cv8_state.total_filename_len = 0;
|
||||
|
Reference in New Issue
Block a user