diff options
| author | Stefan Monnier | 2003-07-04 20:19:55 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-07-04 20:19:55 +0000 |
| commit | 12ad59853e8a8cd0a126da476069a8c5baa38021 (patch) | |
| tree | 86e6b62e95e21002d114c731e66a8b0fd48399e1 /src | |
| parent | ab6780cd2f7e0da50b92261010279981a0993ee4 (diff) | |
| download | emacs-12ad59853e8a8cd0a126da476069a8c5baa38021.tar.gz emacs-12ad59853e8a8cd0a126da476069a8c5baa38021.zip | |
(struct Lisp_Float): Remove unused field `type'.
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 |