ref: 1cfb58e7b71eb6a4e455ffcaeb33d78156a978e2
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_)