aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Env.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Env.ml')
-rw-r--r--cparser/Env.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Env.ml b/cparser/Env.ml
index 777b3e12..164fe596 100644
--- a/cparser/Env.ml
+++ b/cparser/Env.ml
@@ -65,6 +65,7 @@ type composite_info = {
ci_members: field list; (* members, in order *)
ci_alignof: int option; (* alignment; None if incomplete *)
ci_sizeof: int option; (* size; None if incomplete *)
+ ci_attr: attributes (* attributes, if any *)
}
(* Infos associated with an ordinary identifier *)