ref: c3f004633be7e8a15fe8e1e158dde24c2af2f765
dir: /equalhash.c/
#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_)