diff options
Diffstat (limited to 'cparser/Env.mli')
-rw-r--r-- | cparser/Env.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Env.mli b/cparser/Env.mli index e7a74af..01f95ca 100644 --- a/cparser/Env.mli +++ b/cparser/Env.mli @@ -29,6 +29,7 @@ type composite_info = { ci_members: C.field list; (* members, in order *) ci_alignof: int option; (* alignment; None if incomplete *) ci_sizeof: int option; (* size; None if incomplete *) + ci_attr: C.attributes (* attributes, if any *) } type ident_info = II_ident of C.storage * C.typ | II_enum of int64 |