summaryrefslogtreecommitdiff
path: root/cparser/Bitfields.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Bitfields.ml')
-rw-r--r--cparser/Bitfields.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Bitfields.ml b/cparser/Bitfields.ml
index c1b83cb..257f6c8 100644
--- a/cparser/Bitfields.ml
+++ b/cparser/Bitfields.ml
@@ -235,6 +235,7 @@ let transf_expr env ctx e =
match e.edesc with
| EConst _ -> e
| ESizeof _ -> e
+ | EAlignof _ -> e
| EVar _ -> e
| EUnop(Odot s, e1) ->