mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Unboxed type SHORT-FLOAT removed from the core.
This commit is contained in:
parent
0e3b1c389f
commit
e83bd3dfb4
27 changed files with 13 additions and 687 deletions
|
|
@ -281,9 +281,6 @@ cl_class_of(cl_object x)
|
|||
index = ECL_BUILTIN_INTEGER; break;
|
||||
case t_ratio:
|
||||
index = ECL_BUILTIN_RATIO; break;
|
||||
#ifdef ECL_SHORT_FLOAT
|
||||
case t_shortfloat:
|
||||
#endif
|
||||
case t_singlefloat:
|
||||
case t_doublefloat:
|
||||
#ifdef ECL_LONG_FLOAT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue