shithub: femtolisp

ref: 73063b8a1eb2647abff04cd4af49d04239a5222a
dir: /equalhash.c/

View raw version
#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_)