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