aboutsummaryrefslogtreecommitdiffstats
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 ce58504b..5d904078 100644
--- a/cparser/C.mli
+++ b/cparser/C.mli
@@ -77,6 +77,7 @@ type attribute =
| AConst
| AVolatile
| ARestrict
+ | AAlignas of int (* always a power of 2 *)
| Attr of string * attr_arg list
type attributes = attribute list