shithub: femtolisp

ref: 17f2f68fb46834325bf81ae2b05907c89a7ec14d
dir: /equalhash.c/

View raw version
#include "llt.h"
#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_)