mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
(union Lisp_Misc): Make the `type' field just 16 bits, to match the
substructures.
This commit is contained in:
parent
029c56f6ad
commit
53ea07e1a2
1 changed files with 1 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ struct Lisp_Overlay
|
|||
|
||||
union Lisp_Misc
|
||||
{
|
||||
enum Lisp_Misc_Type type;
|
||||
int type : 16;
|
||||
struct Lisp_Free u_free;
|
||||
struct Lisp_Marker u_marker;
|
||||
struct Lisp_Intfwd u_intfwd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue