shithub: femtolisp

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