diff options
Diffstat (limited to 'struct.c')
-rw-r--r-- | struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ struct struct_type { struct struct_inst { struct struct_type *type; - cnum id : sizeof (cnum) * CHAR_BIT - TAG_SHIFT; + cnum id : NUM_BIT; unsigned lazy : 1; unsigned dirty : 1; val slot[FLEX_ARRAY]; |