(struct Lisp_Float): Remove unused field `type'.
This commit is contained in:
parent
ab6780cd2f
commit
12ad59853e
1 changed files with 0 additions and 2 deletions
|
@ -1275,8 +1275,6 @@ union Lisp_Misc
|
|||
/* Lisp floating point type */
|
||||
struct Lisp_Float
|
||||
{
|
||||
Lisp_Object type; /* essentially used for mark-bit
|
||||
and chaining when on free-list */
|
||||
#ifdef HIDE_LISP_IMPLEMENTATION
|
||||
double data_;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue