diff options
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index f2ff2680fe1..937e5315083 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -677,7 +677,7 @@ struct Lisp_Overlay | |||
| 677 | 677 | ||
| 678 | union Lisp_Misc | 678 | union Lisp_Misc |
| 679 | { | 679 | { |
| 680 | enum Lisp_Misc_Type type; | 680 | int type : 16; |
| 681 | struct Lisp_Free u_free; | 681 | struct Lisp_Free u_free; |
| 682 | struct Lisp_Marker u_marker; | 682 | struct Lisp_Marker u_marker; |
| 683 | struct Lisp_Intfwd u_intfwd; | 683 | struct Lisp_Intfwd u_intfwd; |