shithub: femtolisp

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