Skip to content
Snippets Groups Projects
Commit 2f45a925 authored by wlott's avatar wlott
Browse files

Added EXT:*HASH-TABLE-TESTS* and made MAKE-HASH-TABLE look in it for any

:TEST types that it doesn't understand.  Entries in EXT:*HASH-TABLE-TESTS*
should be lists of the three values: the name, the test function, and the
hash function.  The test function takes two objects and returns true iff
they are the same.  The hash function takes one object and returns two
values: the (positive fixnum) hash value and true if the hashing depends on
pointer values and will have to be redone if the object moves.
parent c140e52b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment