commit | d1cffdc3644b21187c3709ae3c9c757f9d59558e | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Tue Jul 05 09:51:18 2022 +0930 |
committer | Alan Modra <amodra@gmail.com> | Sat Jul 09 21:21:23 2022 +0930 |
tree | 8d878393875004cc29eaad54740e805308e537e5 | |
parent | 9f6e589719d85301caf22622c892c8bbee988e60 [diff] |
read.c: use string hash from hash.h for po_hash po_hash code duplicates the str_hash code in hash.h for no good reason. * read.c (struct po_entry, po_entry_t): Delete. (hash_po_entry, eq_po_entry, po_entry_alloc, po_entry_find): Delete. (pop_insert): Use str_hash_insert. (pobegin): Use str_htab_create. (read_a_source_file, s_macro): Use str_hash_find.