summaryrefslogtreecommitdiff
path: root/cparser/C.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/C.mli')
-rw-r--r--cparser/C.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/C.mli b/cparser/C.mli
index 35e872d..52f02c4 100644
--- a/cparser/C.mli
+++ b/cparser/C.mli
@@ -151,6 +151,7 @@ type exp = { edesc: exp_desc; etyp: typ }
and exp_desc =
| EConst of constant
| ESizeof of typ
+ | EAlignof of typ
| EVar of ident
| EUnop of unary_operator * exp
| EBinop of binary_operator * exp * exp * typ