mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Fixed typo in hash.d
This commit is contained in:
parent
c5789e152c
commit
8bcda88165
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ _hash_eql(cl_hashkey h, cl_object x)
|
|||
h = _hash_eql(h, x->ratio.num);
|
||||
return _hash_eql(h, x->ratio.den);
|
||||
case t_singlefloat:
|
||||
return hash_string(h, (unsigned char*)&ecl_single_float(x), sizeof(ecl_signle_float(x)));
|
||||
return hash_string(h, (unsigned char*)&ecl_single_float(x), sizeof(ecl_single_float(x)));
|
||||
case t_doublefloat:
|
||||
return hash_string(h, (unsigned char*)&ecl_double_float(x), sizeof(ecl_double_float(x)));
|
||||
#ifdef ECL_LONG_FLOAT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue