ref: 6eababf840dc0d255196dfd6fca1c9be3053f769
dir: /equalhash.c/
#include "llt.h" #include "flisp.h" #include "equalhash.h" #include "equal.h" #include "htable.inc" #define _equal_lispvalue_(x, y) equal_lispvalue((value_t)(x), (value_t)(y)) HTIMPL(equalhash, hash_lispvalue, _equal_lispvalue_)