Removed t_shortfloat

This commit is contained in:
Juan Jose Garcia Ripoll 2010-06-06 22:18:23 +02:00
parent 15018fa6ac
commit 3141204d54

View file

@ -45,9 +45,6 @@ typedef enum {
some routines, like cl_expt */
t_character = 2, /* immediate character */
t_fixnum = 3, /* immediate fixnum */
#ifdef ECL_SHORT_FLOAT
t_shortfloat,
#endif
t_bignum = 4,
t_ratio,
t_singlefloat,