shithub: femtolisp

ref: 252c5221c6eb32fa05b69f8683b01b5c9f832bcb
dir: /equalhash.c/

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