mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
Removed t_shortfloat
This commit is contained in:
parent
15018fa6ac
commit
3141204d54
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue