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