Remove Lisp_Misc_Float
commitbb534f6afe95723f226117eb52e184838bae4c6a
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jun 2017 00:05:03 +0000 (11 17:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jun 2017 00:05:29 +0000 (11 17:05 -0700)
tree4d0f99aca009b9f361087b92094cd33a9fb20479
parentd0ff364fe834f043eb5657f9a85613fbb7bb458e
Remove Lisp_Misc_Float

* 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.
src/data.c
src/lisp.h