]> git.eshelyaron.com Git - emacs.git/commit
New predefined hash table test for string-equal
authorGerd Möllmann <gerd@gnu.org>
Wed, 19 Oct 2022 05:17:33 +0000 (07:17 +0200)
committerGerd Möllmann <gerd@gnu.org>
Wed, 19 Oct 2022 05:27:52 +0000 (07:27 +0200)
commit132f0707473d63800c1c3df1df179f087262f29d
tree52a3488a662ad1675c9e5e59dd63b641d1569e7d
parent9a263a0782b977a072a312aba39ebd8b42fcd5eb
New predefined hash table test for string-equal

* src/fns.c (cmpfn_string_equal): New.
(hashfn_string_equal): New.
(hashtest_string_equal): New.
(Fmake_hash_table): Recognize test type Qstring_equal.
(syms_of_fns): DEFSYM Qstring_qual.
src/fns.c