diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 6ed805d2fc6..e6a4634f02b 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1275,8 +1275,6 @@ union Lisp_Misc | |||
| 1275 | /* Lisp floating point type */ | 1275 | /* Lisp floating point type */ |
| 1276 | struct Lisp_Float | 1276 | struct Lisp_Float |
| 1277 | { | 1277 | { |
| 1278 | Lisp_Object type; /* essentially used for mark-bit | ||
| 1279 | and chaining when on free-list */ | ||
| 1280 | #ifdef HIDE_LISP_IMPLEMENTATION | 1278 | #ifdef HIDE_LISP_IMPLEMENTATION |
| 1281 | double data_; | 1279 | double data_; |
| 1282 | #else | 1280 | #else |