* src/data.c (Ftype_of): Do not worry about Lisp_Misc_Float.
* src/lisp.h (Lisp_Misc_Float): Remove. This placeholder has been
unused for two decades; if we ever want to change floats to be a
misc type we can bring it back then.
return Qmarker;
case Lisp_Misc_Overlay:
return Qoverlay;
- case Lisp_Misc_Float:
- return Qfloat;
case Lisp_Misc_Finalizer:
return Qfinalizer;
#ifdef HAVE_MODULES
#ifdef HAVE_MODULES
Lisp_Misc_User_Ptr,
#endif
- /* Currently floats are not a misc type,
- but let's define this in case we want to change that. */
- Lisp_Misc_Float,
/* This is not a type code. It is for range checking. */
Lisp_Misc_Limit
};