Unboxed type SHORT-FLOAT removed from the core.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-08-17 19:42:26 +02:00
parent 0e3b1c389f
commit e83bd3dfb4
27 changed files with 13 additions and 687 deletions

View file

@ -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