From 3141204d543a1c7add92c0355900dadc838151bb Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 6 Jun 2010 22:18:23 +0200 Subject: [PATCH] Removed t_shortfloat --- src/h/object.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/h/object.h b/src/h/object.h index 18f5d76dc..4da23bb63 100644 --- a/src/h/object.h +++ b/src/h/object.h @@ -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,